Inspect and view changes in Mute all inactive tabs 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
{
"applications": {
"gecko": {
"id": "mute-all-inactive-tabs@evilpie.tomschuster.name"
}
},
"manifest_version": 2,
"name": "Mute all inactive tabs",
"version": "0.3resigned1",
"background": {
"scripts": [
"background.js"
]
}
}