Inspect and view changes in Forget Button - Clean your Browser 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": "Forget Button - Clean your Browser",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.3.4.1",
"manifest_version": 3,
"permissions": [
"storage",
"notifications",
"browsingData"
],
"homepage_url": "https://webextension.org/listing/ecleaner.html",
"icons": {
"16": "/data/icons/16.png",
"19": "/data/icons/19.png",
"32": "/data/icons/32.png",
"38": "/data/icons/38.png",
"48": "/data/icons/48.png",
"64": "/data/icons/64.png",
"128": "/data/icons/128.png",
"256": "/data/icons/256.png"
},
"background": {
"service_worker": "worker.js"
},
"action": {
"default_popup": "/data/panel/index.html"
},
"options_ui": {
"page": "/data/options/index.html"
},
"offline_enabled": true,
"commands": {
"_execute_action": {}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}