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": 3, "name": "betterdeals", "version": "1.1.2", "description": "Compare prices across different stores", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } }, "externally_connectable": { "matches": [ "*:\/\/*\/*" ] }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "other.js" ] } ], "web_accessible_resources": [ { "resources": [ "storeConfigs.json", "logo.png", "*.js", "*.css", "welcome.html", "assets\/*.svg" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" } }