From ffd4d32d374654bd144322bdad1c66eb85936593 Mon Sep 17 00:00:00 2001 From: BlackGlory Date: Fri, 22 Dec 2023 14:19:58 +0800 Subject: [PATCH] chore: remove unnecessary permissions --- src/manifest.dev.json | 1 - src/manifest.prod.json | 1 - 2 files changed, 2 deletions(-) diff --git a/src/manifest.dev.json b/src/manifest.dev.json index 6972aff..6cf93b3 100644 --- a/src/manifest.dev.json +++ b/src/manifest.dev.json @@ -26,7 +26,6 @@ , "permissions": [ "activeTab" , "scripting" - , "clipboardWrite" ] , "host_permissions": [ "" diff --git a/src/manifest.prod.json b/src/manifest.prod.json index ff244fe..ca57293 100644 --- a/src/manifest.prod.json +++ b/src/manifest.prod.json @@ -26,7 +26,6 @@ , "permissions": [ "activeTab" , "scripting" - , "clipboardWrite" ] , "host_permissions": [ ""