fix manifest for MS Edge (still nonfunctional in Edge)

main
DaAwesomeP 8 years ago
parent 56c52c3751
commit 138578af39

@ -1,4 +1,6 @@
{ "name": "Wappalyzer", { "name": "Wappalyzer",
"short_name": "Wappalyzer",
"author": "AliasIO",
"homepage_url": "https://wappalyzer.com/", "homepage_url": "https://wappalyzer.com/",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "3", "version": "3",
@ -10,12 +12,15 @@
"128": "images/icon_128.png" "128": "images/icon_128.png"
}, },
"page_action": { "page_action": {
"default_icon": "images/icon_32.png", "default_icon": {
"32": "images/icon_32.png"
},
"default_title": "Wappalyzer", "default_title": "Wappalyzer",
"default_popup": "popup.html" "default_popup": "popup.html"
}, },
"background": { "background": {
"page": "background.html" "page": "background.html",
"persistent": true
}, },
"content_scripts": [ { "content_scripts": [ {
"matches": [ "http://*/*", "https://*/*" ], "matches": [ "http://*/*", "https://*/*" ],
@ -36,6 +41,7 @@
"web_accessible_resources": [ "web_accessible_resources": [
"js/inject.js" "js/inject.js"
], ],
"options_page": "options.html",
"options_ui": { "options_ui": {
"page": "options.html", "page": "options.html",
"open_in_tab": false "open_in_tab": false

Loading…
Cancel
Save