Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"38": "img\/icon_38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_app_name__"
},
"container": [
"GOOGLE_DRIVE"
],
"default_locale": "en",
"description": "__MSG_app_description__",
"homepage_url": "https:\/\/click-and-clean.freebusinessapps.net\/",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"offline_enabled": true,
"options_page": "options.html",
"permissions": [
"storage",
"browsingData",
"cookies",
"activeTab",
"scripting"
],
"version": "3.0.0",
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"<all_urls>"
]
}
]
}