Inspect and view changes in AWB 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
{
"background": {
"service_worker": "startup.js"
},
"content_scripts": [
{
"js": [
"filter.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "Alcent Word Blocker, Block unwanted words with our extension!",
"icons": {
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"manifest_version": 3,
"name": "AWB",
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"version": "1.0",
"action": {
"default_popup": "popup.html"
},
"content_security_policy": {},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}