Inspect and view changes in Extension Super CE 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": "Extension Super CE",
"version": "1.7.3",
"manifest_version": 2,
"description": "Extension Super CE",
"permissions": [
"scripting",
"tabs",
"storage",
"*://*/*"
],
"browser_action": {
"default_icon": "img/logo-superce-browser.png",
"default_popup": "extension.html"
},
"background": {
"scripts": [
"util/jquery-2.0.3.js",
"extension.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{f9be8fa3-1c38-4d81-aebb-531cef67a8e5}"
}
}
}