Inspect and view changes in Mute Tab- Silent in a click source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images/128_u.png",
"default_title": "Mute Tab Extension"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "images/16_u.png",
"48": "images/48_u.png",
"128": "images/128_u.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"permissions": [
"contextMenus",
"storage",
"scripting"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.8.7",
"host_permissions": [
"<all_urls>"
]
}