From d25436f597eacd762724d929f10c479b353805b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 2 Mar 2021 15:02:09 +0100 Subject: [PATCH] Update manifest --- chrome_addon/manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome_addon/manifest.json b/chrome_addon/manifest.json index 7cc3462..e8a871f 100644 --- a/chrome_addon/manifest.json +++ b/chrome_addon/manifest.json @@ -3,7 +3,7 @@ "name": "gPass", "short_name": "gPass", - "version": "1.0", + "version": "1.1", "description": "gPass : global password manager", "icons" : {"16":"icons/gpass_icon_16.png", "32":"icons/gpass_icon_32.png", "64":"icons/gpass_icon_64.png", "128":"icons/gpass_icon_128.png"}, "author" : "Grégory Soutadé", @@ -35,8 +35,6 @@ "", "activeTab", "notifications", - "webRequest", - "webRequestBlocking", "tabs", "storage", "clipboardWrite",