about summary refs log tree commit diff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..926b1fe
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,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" ]
+}