From 85f1fad5c63edfb533be258e537878bcced46bae Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Tue, 26 Mar 2024 07:57:36 +0200 Subject: [PATCH] Remove excess permissions --- resources/manifest.v2.json | 1 - resources/manifest.v3.json | 1 - 2 files changed, 2 deletions(-) diff --git a/resources/manifest.v2.json b/resources/manifest.v2.json index 7630c07c..646fb684 100644 --- a/resources/manifest.v2.json +++ b/resources/manifest.v2.json @@ -34,7 +34,6 @@ "permissions": [ "clipboardWrite", - "contextMenus", "http://*/*", "https://*/*", "storage", diff --git a/resources/manifest.v3.json b/resources/manifest.v3.json index 55c2d6e6..e6d43be0 100644 --- a/resources/manifest.v3.json +++ b/resources/manifest.v3.json @@ -33,7 +33,6 @@ "permissions": [ "clipboardWrite", - "contextMenus", "storage", "tabs", "unlimitedStorage"