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, "version": "1.0.1", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_appName__", "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png", "512": "icons\/512x512.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png", "512": "icons\/512x512.png" }, "offline_enabled": false, "commands": { "open-page": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Open the extra page" } } }