From 0539021a014e5b06b9e80f826fdb30eb736a72b7 Mon Sep 17 00:00:00 2001 From: tomicvladan Date: Wed, 4 Oct 2023 15:23:54 +0200 Subject: [PATCH] chore: remove unused permissions (#174) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 22eb394..11fc54c 100644 --- a/manifest.json +++ b/manifest.json @@ -22,6 +22,6 @@ } ], "options_page": "auth.html", - "permissions": ["storage", "cookies"], + "permissions": ["storage"], "host_permissions": ["https://*/*", "http://*/*"] }