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" }