From 08602a0695affbf8998226537de753f322a4956d Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Tue, 4 Jan 2022 08:58:12 +0000 Subject: [PATCH] feat(*): Remove unnecessary cookies permission --- manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.json b/manifest.json index da341e9..28d7bea 100644 --- a/manifest.json +++ b/manifest.json @@ -18,9 +18,6 @@ "host_permissions": [ "" ], - "permissions": [ - "cookies" - ], "content_scripts": [ { "css": ["jquery.dataTables.min.css", "styles.css"],