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": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "version": "1.1", "minimum_chrome_version": "92", "background": { "service_worker": ".\/scripts\/background.js", "type": "module" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "widgets\/floating-widget\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "config.js", "\/widgets\/floating-widget\/index.html", "\/icons\/icon16.png" ] } ], "permissions": [ "storage", "cookies", "tabs", "declarativeNetRequest", "webRequest" ], "host_permissions": [ "<all_urls>" ], "declarative_net_request": { "rule_resources": [ { "id": "iframe_rule", "enabled": true, "path": ".\/rules\/iframe_rule.json" }, { "id": "google_rule", "enabled": true, "path": ".\/rules\/google_rule.json" }, { "id": "stripe_rule", "enabled": true, "path": ".\/rules\/stripe_rule.json" } ] }, "action": [] }