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_name__", "description": "__MSG_description__", "version": "0.0.2", "manifest_version": 3, "default_locale": "en", "host_permissions": [ "<all_urls>" ], "permissions": [ "activeTab" ], "action": { "default_icon": "assets\/dark48light.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "48": "assets\/dark48dark.png", "128": "assets\/dark128dark.png" }, "background": { "service_worker": "background.js" } }