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_app_name__", "description": "__MSG_app_description__", "version": "1.0", "manifest_version": 3, "action": { "default_title": "__MSG_app_name__" }, "permissions": [ "activeTab", "scripting", "storage", "contextMenus" ], "background": { "service_worker": "background.js" }, "commands": { "usedOpenHotkey": { "description": "Open" }, "usedCloseHotkey": { "description": "Close" } }, "host_permissions": [ "https:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "default_locale": "en" }