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_extension_name__", "version": "1.4.19", "description": "__MSG_extension_description__", "default_locale": "en", "icons": { "128": "img\/icon-128.png" }, "author": "[email protected]", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "storage" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C" } } } }