You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
764 B

{ "update_url": "http://clients2.google.com/service/update2/crx",
12 years ago
"name": "Wappalyzer",
"icons": {
"32": "images/icon_32.png",
"128": "images/icon_128.png"
},
12 years ago
"version": "2.1",
12 years ago
"description": "Identifies software on the web",
"homepage_url": "http://wappalyzer.com",
"browser_action": {
"default_icon": "images/icon_32.png",
"default_title": "Wappalyzer - click for details",
"default_popup": "popup.html"
},
"background": { "page": "background.html" },
"content_scripts": [{
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "js/content.js" ],
"run_at": "document_idle"
}],
"permissions": [ "tabs", "http://*/*", "https://*/*" ],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}