Inspect and view changes in Browser Purifier 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": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "img/app.png"
},
"icons": {
"128": "img/app.png"
},
"description": "A grate way to improve your privacy and speed-up your browser",
"manifest_version": 2,
"name": "Browser Purifier",
"permissions": [
"browsingData",
"contextMenus",
"storage",
"tabs",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"notifications",
"background"
],
"version": "1.0.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}