remove unnecessary permissions from manifest.json

This commit is contained in:
rohoswagger
2026-01-11 13:20:58 -08:00
parent 0a814771f5
commit c0f6918276
+1 -4
View File
@@ -7,10 +7,7 @@
"sidePanel",
"storage",
"activeTab",
"scripting",
"tabs",
"cookies",
"clipboardWrite"
"tabs"
],
"host_permissions": ["<all_urls>"],
"background": {