diff --git a/extension/manifest.json b/extension/manifest.json index a408de0..3204b7d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -13,6 +13,6 @@ "service_worker": "background.js", "type": "module" }, - "permissions": ["tabs", "activeTab", "storage", "cookies", "scripting"], + "permissions": ["tabs", "activeTab", "storage"], "host_permissions": ["*://s/*"] }