Inspect and view changes in Auto Mute Sites 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
{
"author": "igorlogius",
"homepage_url": "https://github.com/igorlogius/auto-mute-sites",
"browser_action": {
"default_area": "navbar"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"474": "icon.png"
},
"manifest_version": 2,
"name": "Auto Mute Sites",
"description": "Automatically Mute Sites",
"permissions": [
"storage",
"tabs"
],
"version": "1.0.5",
"browser_specific_settings": {
"gecko": {
"id": "{8196eeac-351f-416c-95cf-bbdd1569da21}"
}
}
}