Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.12",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "images\/blueIcon\/icon16.png",
"128": "images\/blueIcon\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/extnew.hooly.info\/*",
"https:\/\/website-traffic-checker.hooly.info\/*",
"https:\/\/hooly.info\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": {
"16": "images\/blueIcon\/icon16.png",
"32": "images\/blueIcon\/icon32.png",
"48": "images\/blueIcon\/icon48.png",
"128": "images\/blueIcon\/icon128.png"
},
"default_popup": "popup.html"
}
}