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.2",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"action": {
"default_title": "__MSG_extensionName__",
"default_popup": "popup.html"
},
"commands": {
"mute_unmute_tab": {
"suggested_key": {
"default": "Alt+M"
},
"description": "__MSG_muteUnmuteTab__"
},
"mute_unmute_all_tabs": {
"suggested_key": {
"default": "Alt+U"
},
"description": "__MSG_muteUnmuteAllTabs__"
}
}
}