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": "Tab Muter",
"version": "1.0.0",
"description": "Activate this extension to instantly mute tab sounds in your google chrome browser ",
"icons": {
"16": "16.png",
"32": "32.png",
"64": "64.png",
"128": "128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"contextMenus",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Mute Tab",
"default_icon": {
"16": "16.png",
"32": "32.png",
"64": "64.png",
"128": "128.png"
},
"default_popup": "popup.html"
}
}