about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-01 20:53:45 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-01 20:53:45 +0300
commit082016dcdea0d2cd35121598977c0c513485de08 (patch)
tree60dcf8993fe918047daad18afe9430ca66aa679d /src/manifest.json
parentFixed i.redd.it redirection to old.reddit.com #72 (diff)
downloadlibredirect-082016dcdea0d2cd35121598977c0c513485de08.zip
Removed invidious cookies as it's not working
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json2
1 files changed, 1 insertions, 1 deletions
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",
     "<all_urls>"
   ],
   "browser_action": {