about summary refs log tree commit diff
path: root/manifest.json
blob: 926b1fe5142cc68020efbc8ef72a8a04488355ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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" ]
}