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_extensionName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "128": "icons\/unmute_icon.png" }, "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "background": { "service_worker": "assets\/js\/background-wrapper.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Y" } }, "muteUnmuteTab": { "suggested_key": { "default": "Alt+M" }, "description": "__MSG_muteUnmuteTab__" }, "muteUnmuteAllTabs": { "suggested_key": { "default": "Alt+U" }, "description": "__MSG_muteUnmuteAllTabs__" } } }