{ "name": "Wappalyzer", "homepage_url": "http://wappalyzer.com", "description": "Identifies software on the web", "version": "2.2", "default_locale": "en", "manifest_version": 2, "icons": { "32": "images/icon_32.png", "128": "images/icon_128.png" }, "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'" }