From 082016dcdea0d2cd35121598977c0c513485de08 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 1 Mar 2022 20:53:45 +0300 Subject: Removed invidious cookies as it's not working --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index d9286bce..53b7a518 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -16,9 +16,9 @@ }, "permissions": [ "storage", + "cookies", "webRequest", "webRequestBlocking", - "cookies", "" ], "browser_action": { -- cgit 1.4.1