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": "Rabattkurv", "version": "1.0.0", "description": "Alltid rabatter!", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" } }, "permissions": [ "storage", "tabs", "activeTab", "alarms" ], "host_permissions": [ "https:\/\/rabattkurv.no\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }