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", "background": { "service_worker": "sw.js", "type": "module" }, "action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png", "128": "img\/128.png", "256": "img\/256.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "short_name": "__MSG_appShortName__", "version": "0.01" }