Inspect and view changes in Disabler 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
{
"manifest_version": 2,
"name": "Disabler",
"version": "0.0.1",
"description": "Disable a tab by right clicking on it",
"author": "TheNamlessGuy",
"homepage_url": "https://github.com/TheNamlessGuy/browser-disabler",
"developer": {
"name": "TheNamlessGuy",
"url": "https://github.com/TheNamlessGuy/browser-disabler"
},
"icons": {
"48": "res/icons/48.png"
},
"permissions": [
"menus"
],
"background": {
"scripts": [
"src/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "disabler@TheNamlessGuy.github.io"
}
}
}