From d5fcf5b30357e8ed46edcde0c6ad5f0bd2c9ed00 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 1 Jul 2021 02:48:26 +0200 Subject: Root commit --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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" ] +} -- cgit 1.4.1