commit
7660c9eb58
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,56 +0,0 @@
|
||||
{ "name": "Wappalyzer",
|
||||
"short_name": "Wappalyzer",
|
||||
"author": "AliasIO",
|
||||
"homepage_url": "https://wappalyzer.com/",
|
||||
"description": "Identify web technologies",
|
||||
"version": "3",
|
||||
"default_locale": "en",
|
||||
"manifest_version": 2,
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "wappalyzer@crunchlabz.com",
|
||||
"strict_min_version": "52.0"
|
||||
}
|
||||
},
|
||||
"icon": "images/logo.svg",
|
||||
"page_action": {
|
||||
"default_icon": "images/logo.svg",
|
||||
"default_title": "Wappalyzer",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"background": {
|
||||
"page": "background.html",
|
||||
"persistent": true
|
||||
},
|
||||
"content_scripts": [ {
|
||||
"matches": [ "http://*/*", "https://*/*" ],
|
||||
"js": [
|
||||
"js/browser-polyfill.js",
|
||||
"js/content.js"
|
||||
],
|
||||
"run_at": "document_idle"
|
||||
}, {
|
||||
"matches": [ "http://*/*", "https://*/*" ],
|
||||
"js": [
|
||||
"js/browser-polyfill.js",
|
||||
"js/iframe.js"
|
||||
],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true
|
||||
} ],
|
||||
"web_accessible_resources": [
|
||||
"js/inject.js"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"open_in_tab": false
|
||||
},
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"webRequest",
|
||||
"webNavigation",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"content_security_policy": "script-src 'self'; object-src 'self'"
|
||||
}
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in new issue