Inspect and view changes in Close Multiple 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
{
"manifest_version": 2,
"name": "Close Multiple tabs!",
"version": "1.1resigned1",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "closeTab!"
},
"page_action": {
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "{bffcd049-f420-4c7d-9fcd-0daa5a0cc1a2}"
}
}
}