manifest.json (309B)
1 { 2 "browser_specific_settings": { 3 "gecko": { 4 "id": "set-tab-active-2@tests.mozilla.org" 5 } 6 }, 7 "manifest_version": 2, 8 "name": "messaging", 9 "version": "1.0", 10 "description": "Removes the activated Tab.", 11 "background": { 12 "scripts": ["background.js"] 13 }, 14 "permissions": ["tabs"] 15 }