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,
"name": "AdNinja",
"description": "__MSG_extDescription__",
"version": "1.7",
"default_locale": "en",
"icons": {
"16": "images\/logo_16.png",
"48": "images\/logo_48.png",
"128": "images\/logo_128.png"
},
"permissions": [
"declarativeNetRequest",
"alarms",
"storage",
"unlimitedStorage",
"webNavigation",
"tabs",
"scripting",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "root_ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"action": {
"default_popup": "popup.html"
}
}