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_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.3.1", "manifest_version": 3, "options_ui": { "page": "options.html", "open_in_tab": false }, "host_permissions": [ "https:\/\/www.google-analytics.com\/*" ], "permissions": [ "storage" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_popup": "popup-not-compatible.html", "default_icon": { "16": "img\/icon-disabled16.png", "24": "img\/icon-disabled24.png", "32": "img\/icon-disabled32.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "main.js" ], "css": [ "fonts\/heebo.css" ], "run_at": "document_start", "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "resources": [ "interceptor.js", "img\/*", "fonts\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }