{ "manifest_version": 2, "name": "Help, I'm drowning in tabs!", "version": "0.1", "browser_specific_settings": { "gecko": { "id": "@hidit" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging", "tabs", "contextualIdentities" ] }