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__", "version": "1.0.1", "manifest_version": 3, "icons": { "48": "img\/logo-64.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_popup": "popup.html" }, "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ] }