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 18:37:28 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-01 18:37:28 +0300
commite18cb56d614e488c1ece875ad97e029df6aef409 (patch)
tree45e08fc098c2300cab52edcbc2afda7b54c5c799 /src/manifest.json
parentFixed some bugs in export import settings (diff)
downloadlibredirect-e18cb56d614e488c1ece875ad97e029df6aef409.zip
Fixed settings not being applied to Piped
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 21f6a2c6..d9286bce 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -18,6 +18,7 @@
     "storage",
     "webRequest",
     "webRequestBlocking",
+    "cookies",
     "<all_urls>"
   ],
   "browser_action": {
@@ -37,6 +38,6 @@
     "open_in_tab": true
   },
   "web_accessible_resources": [
-    "assets/javascripts/helpers/youtube/invidious-cookies.js"
+    "assets/javascripts/helpers/youtube/piped-preferences.js"
   ]
 }
\ No newline at end of file