Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hoo's Hosting - Web Hosting Detector", "short_name": "Hoos Hosting", "version": "0.4", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vue.min.js" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "Popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }