Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/www.shopper.com\/?source=plugin", "default_locale": "en", "background": { "service_worker": ".\/js\/bg.events.js", "type": "module" }, "action": { "default_icon": { "16": "images\/default_icon_16.png", "32": "images\/default_icon_32.png" }, "default_title": "__MSG_extDefaultTitle__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/browser-polyfill.js", "js\/jquery.js", "js\/install.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css", "css\/popup.css" ], "js": [ "js\/config.js", "js\/shoppers.js", "js\/content.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "icons": { "16": "images\/active_icon_16.png", "32": "images\/active_icon_32.png", "48": "images\/active_icon_48.png", "120": "images\/active_icon_120.png", "128": "images\/active_icon_128.png" }, "permissions": [ "activeTab", "cookies", "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "4.3.18", "manifest_version": 3, "short_name": "Shopper.com", "web_accessible_resources": [ { "resources": [ "images\/*", "iframes\/*", "css\/*", "js\/jquery.js", "js\/run-script.js" ], "matches": [ "*:\/\/*\/*" ] } ] }