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", "name": "PriceHero", "short_name": "PriceHero", "description": "PriceHero", "version": "0.0.1", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png" }, "default_title": "PriceHero", "default_popup": "pages\/popup\/popup.html" }, "options_page": "pages\/options\/options.html", "options_ui": { "page": "pages\/options\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false, "match_about_blank": false } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/*", "pages\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.pricehero.net https:\/\/pricehero.net; object-src 'self'" }