{ "name": "Wappalyzer", "short_name": "Wappalyzer", "author": "Wappalyzer", "homepage_url": "https://www.wappalyzer.com/", "description": "Identify web technologies", "version": "6.3.1", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images/icon_16.png", "19": "images/icon_19.png", "32": "images/icon_32.png", "38": "images/icon_38.png", "128": "images/icon_128.png" }, "browser_action": { "default_icon": { "16": "images/icon_16.png", "19": "images/icon_19.png", "32": "images/icon_32.png", "38": "images/icon_38.png", "128": "images/icon_128.png" }, "default_title": "Wappalyzer", "default_popup": "html/popup.html" }, "background": { "page": "html/background.html" }, "content_scripts": [ { "matches": [ "http://*/*", "https://*/*" ], "js": [ "js/content.js" ], "run_at": "document_idle" }, { "matches": [ "http://*/*", "https://*/*" ], "js": [ "js/lib/iframe.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "js/inject.js" ], "options_ui": { "page": "html/options.html", "open_in_tab": false }, "permissions": [ "cookies", "storage", "tabs", "webRequest", "webNavigation", "webRequestBlocking", "http://*/*", "https://*/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" }