Inspect and view changes in FastBlock - block ads source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "FastBlock - block ads",
"description": "AdBlocker - Blocks annoying ads with individual rules for popular sites",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "./images/icon-16x16.png",
"48": "./images/icon-48x48.png",
"128": "./images/icon-128x128.png"
},
"background": {
"service_worker": "./background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"tabs",
"storage",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"*://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}