Source code

Revision control

Copy as Markdown

Other Tools

{
"browser_specific_settings": {
"gecko": {
"id": "set-tab-active@tests.mozilla.org"
}
},
"manifest_version": 2,
"name": "messaging",
"version": "1.0",
"description": "Removes the activated Tab.",
"background": {
"scripts": ["background.js"]
},
"permissions": ["tabs"]
}