Inspect and view changes in Super Search 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": "Super Search",
"version": "1.0.3",
"description": "Super Search is a tool for defining multiple search engines and predefined website searches for browsing through the whole web much faster!",
"author": "Florian Gropp",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"browser_action": {
"default_title": "Super Search",
"default_icon": "icons/48.png",
"default_popup": "form.html"
},
"icons": {
"16": "icons/48.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"applications": {
"gecko": {
"id": "{69758746-14b7-4147-9714-e16e63a7ab9d}"
}
},
"manifest_version": 2
}