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", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.0.2", "description": "__MSG_shortDesc__", "default_locale": "en", "permissions": [ "sidePanel" ], "side_panel": { "default_path": "popup.html" }, "action": { "default_panel": "Click to open" }, "icons": { "16": "icons\/16X16.png", "48": "icons\/48X48.png", "64": "icons\/64X64.png", "128": "icons\/128X128.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "<all_urls>" ] } ] }