From fcde784bf62c02e1d8a948c35b372832f8e8880a Mon Sep 17 00:00:00 2001 From: Vitor L Cavalcanti Date: Mon, 15 Aug 2022 11:48:29 -0300 Subject: [PATCH] Remove unused permissions from manifest.json --- app/meta/manifest.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/meta/manifest.json b/app/meta/manifest.json index 1bbb35d..3a51b2f 100644 --- a/app/meta/manifest.json +++ b/app/meta/manifest.json @@ -4,7 +4,7 @@ "short_name": "Runrun.it", "description": "__MSG_extDescription__", "default_locale": "en", - "version": "1.0.4", + "version": "1.0.7", "browser_action": { "default_icon": "images/icon_16_active.png", "default_title": "Runrun.it", @@ -12,11 +12,8 @@ }, "permissions": [ "idle", - "tabs", - "notifications", "alarms", - "storage", - "https://runrun.it/" + "notifications" ], "background" : { "scripts": ["background.bundle.js"],