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": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.0.1", "default_locale": "en", "manifest_version": 3, "icons": { "64": "icon64.png", "128": "icon128.png" }, "optional_host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/static\/js\/content.js" ] } ], "action": { "default_popup": "index.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }