Inspect and view changes in スーパーセキュリティ Mac版 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": "スーパーセキュリティ Mac版 Web保護",
"manifest_version": 2,
"default_locale": "ja",
"version": "2.0.1resigned1",
"description": "__MSG_extName__",
"icons": {
"16": "img/context_menu_icon.png",
"128": "img/extension_logo.png"
},
"background": {
"scripts": [
"common/browser-polyfill.js",
"common/extension_consts.js",
"common/browser_consts.js",
"common/settings.js",
"common/utils.js",
"common/white.js",
"background/update.js",
"background/assl.js",
"background/cloudTalk.js",
"background/assl_common.js",
"background/background.js"
]
},
"options_ui": {
"page": "pages/settings.html"
},
"browser_action": {
"default_icon": "img/Ico_Bar_Green.png",
"default_popup": "pages/popup.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"ftp://*/*"
],
"js": [
"common/browser-polyfill.js",
"common/extension_consts.js",
"common/utils.js",
"content/aph.js",
"content/search_analyzer.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"notifications",
"contextMenus",
"https://nimbus.bitdefender.net/*"
],
"web_accessible_resources": [
"img/*.png",
"img/*.gif",
"img/*.svg"
],
"browser_specific_settings": {
"gecko": {
"id": "trafficlight@sourcenext.com"
}
}
}