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",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_appName__",
"short_name": "SuperchargeBrowser",
"version": "1.2.0",
"offline_enabled": true,
"description": "__MSG_appDesc__",
"permissions": [
"storage",
"tabs",
"alarms",
"declarativeNetRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"declarative_net_request": {
"dynamic_rules": true,
"rule_resources": [
{
"id": "low_blocklist_1",
"enabled": false,
"path": "rules\/low_blocklist_1.json"
},
{
"id": "low_blocklist_2",
"enabled": false,
"path": "rules\/low_blocklist_2.json"
},
{
"id": "low_blocklist_3",
"enabled": false,
"path": "rules\/low_blocklist_3.json"
},
{
"id": "low_blocklist_4",
"enabled": false,
"path": "rules\/low_blocklist_4.json"
},
{
"id": "med_blocklist_1",
"enabled": false,
"path": "rules\/med_blocklist_1.json"
},
{
"id": "med_blocklist_2",
"enabled": false,
"path": "rules\/med_blocklist_2.json"
},
{
"id": "med_blocklist_3",
"enabled": false,
"path": "rules\/med_blocklist_3.json"
},
{
"id": "pro_blocklist_1",
"enabled": false,
"path": "rules\/pro_blocklist_1.json"
},
{
"id": "pro_blocklist_2",
"enabled": false,
"path": "rules\/pro_blocklist_2.json"
},
{
"id": "pro_blocklist_3",
"enabled": false,
"path": "rules\/pro_blocklist_3.json"
},
{
"id": "script_low_ruleset",
"enabled": false,
"path": "rules\/script_low_rules.json"
},
{
"id": "script_med_ruleset",
"enabled": false,
"path": "rules\/script_med_rules.json"
},
{
"id": "script_pro_ruleset",
"enabled": false,
"path": "rules\/script_pro_rules.json"
},
{
"id": "font_low_ruleset",
"enabled": false,
"path": "rules\/font_low_rules.json"
},
{
"id": "font_med_ruleset",
"enabled": false,
"path": "rules\/font_med_rules.json"
},
{
"id": "image_block_ruleset",
"enabled": false,
"path": "rules\/image_block_rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"throttler.js",
"force_font.css",
"preloader.js",
"intelligent-cosmetic-blocking.js",
"dns-prefetch.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"smart-recovery.js"
],
"run_at": "document_idle",
"all_frames": false
}
]
}