|
|
@ -4,7 +4,7 @@
|
|
|
|
"author": "Elbert Alias",
|
|
|
|
"author": "Elbert Alias",
|
|
|
|
"homepage_url": "https://wappalyzer.com/",
|
|
|
|
"homepage_url": "https://wappalyzer.com/",
|
|
|
|
"description": "Identify web technologies",
|
|
|
|
"description": "Identify web technologies",
|
|
|
|
"version": "4.0.1",
|
|
|
|
"version": "4.1.0",
|
|
|
|
"default_locale": "en",
|
|
|
|
"default_locale": "en",
|
|
|
|
"manifest_version": 2,
|
|
|
|
"manifest_version": 2,
|
|
|
|
"icons": {
|
|
|
|
"icons": {
|
|
|
@ -26,8 +26,8 @@
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"background": {
|
|
|
|
"page": "background.html",
|
|
|
|
"page": "background.html"
|
|
|
|
"persistent": true
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -58,16 +58,18 @@
|
|
|
|
"js/inject.js"
|
|
|
|
"js/inject.js"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"options_page": "options.html",
|
|
|
|
"options_page": "options.html",
|
|
|
|
|
|
|
|
"options_ui": {
|
|
|
|
|
|
|
|
"page": "options.html",
|
|
|
|
|
|
|
|
"open_in_tab": false
|
|
|
|
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"permissions": [
|
|
|
|
|
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"tabs",
|
|
|
|
"webRequest",
|
|
|
|
"webRequest",
|
|
|
|
"webNavigation",
|
|
|
|
"webNavigation",
|
|
|
|
"http://*/*",
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
|
|
|
"https://*/*"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"content_security_policy": "script-src 'self'; object-src 'self'",
|
|
|
|
"content_security_policy": "script-src 'self'; object-src 'self'"
|
|
|
|
"-ms-preload": {
|
|
|
|
|
|
|
|
"backgroundScript": "js/ms_background_scripts_api_bridge.js",
|
|
|
|
|
|
|
|
"contentScript": "js/ms_content_scripts_api_bridge.js"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|