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