diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 00c87e5..43b38b6 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -32,6 +32,6 @@ "options_ui": { "page": "options.html" }, - "permissions": ["", "alarms", "tabs", "storage", "activeTab"], + "permissions": ["alarms", "tabs", "storage", "activeTab"], "version": "4.0.0" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index ae181c3..e490844 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -32,6 +32,6 @@ "options_ui": { "page": "options.html" }, - "permissions": ["", "alarms", "tabs", "storage", "activeTab"], + "permissions": ["alarms", "tabs", "storage", "activeTab"], "version": "4.0.0" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index c0fdad4..05c4efe 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", "activeTab"], + "permissions": ["alarms", "tabs", "storage", "activeTab"], "version": "4.0.0" }