From 44be16d98a2cc90254e3f821fc88624cf4c757bc Mon Sep 17 00:00:00 2001 From: Dominik Kadera Date: Fri, 7 May 2021 13:32:17 +0200 Subject: [PATCH] removed unneded scopes --- manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 02e346b..8f1f582 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "The Importer by Integromat", - "version": "1.1.0", + "version": "1.2.0", "description": "The Importer by Integromat allows you to import apps to Integromat in a few clicks.", "manifest_version": 2, "background": { @@ -13,11 +13,7 @@ "default_popup": "index.html" }, "permissions": [ - "declarativeContent", "activeTab", - "storage", - "tabs", - "cookies", "*://*.integromat.com/*", "*://*/*" ],