From 4932212c8a3065678bbda0809b0da097c42dcf9b Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Thu, 23 May 2024 12:32:57 +0800 Subject: [PATCH] update firefox permissions --- manifests/manifest-firefox.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index d2a5e076..7f4a32ca 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -43,14 +43,16 @@ "open_in_tab": false }, "permissions": [ + "activeTab", "storage", "identity", "alarms", "scripting" ], "optional_permissions": [ - "", - "clipboardWrite", + "clipboardWrite" + ], + "host_permissions": [ "https://www.google.com/", "https://*.dropboxapi.com/*", "https://www.googleapis.com/*",