SiteStacks lets you instantly look up the technology stack behind any website
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_appName__",
"version": "1.0.2resigned1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},
"default_locale": "en",
"icons": {
"19": "resources/images/icon_extension_19.png",
"32": "resources/images/icon_extension_32.png",
"128": "resources/images/icon_extension_128.png"
},
"browser_action": {
"default_icon": {
"19": "resources/images/icon_extension_19.png",
"32": "resources/images/icon_extension_32.png",
"128": "resources/images/icon_extension_128.png"
},
"default_title": "Site Stacks extension"
},
"background": {
"scripts": [
"scripts/background.js"
]
},
"web_accessible_resources": [
"resources/*"
],
"permissions": [
"tabs",
"https://*/*",
"http://*/*",
"<all_urls>"
]
}