From dfd42274a10168fee73b354eee4070cdde3952a4 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 30 Sep 2024 12:22:40 +0200 Subject: [PATCH] Remove unused permissions --- src/manifests/chrome.json | 3 ++- src/manifests/edge.json | 2 +- src/manifests/firefox.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 82b69a5..81a6ccb 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -32,6 +32,7 @@ "options_ui": { "page": "options.html" }, - "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], + "permissions": ["", "alarms", "tabs", "storage", "activeTab"], + "version": "3.0.22" "version": "3.0.24" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index c2599fb..a7229bf 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -32,6 +32,6 @@ "options_ui": { "page": "options.html" }, - "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], + "permissions": ["", "alarms", "tabs", "storage", "activeTab"], "version": "3.0.24" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index c05ef6d..93fdf20 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -38,6 +38,6 @@ "chrome_style": false, "page": "options.html" }, - "permissions": ["", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"], + "permissions": ["", "alarms", "tabs", "storage", "activeTab"], "version": "3.0.24" }