Inspect and view changes in Clean Up the Web 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": "Clean Up the Web",
"description": "Firefox extension that cleans up the web.",
"manifest_version": 2,
"version": "1.2.0",
"icons": {
"48": "src/img/icon.svg",
"96": "src/img/icon.svg"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"src/js/main.js"
]
}
]
}