diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-03-01 18:37:28 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2022-03-01 18:37:28 +0300 |
| commit | e18cb56d614e488c1ece875ad97e029df6aef409 (patch) | |
| tree | 45e08fc098c2300cab52edcbc2afda7b54c5c799 /src/manifest.json | |
| parent | Fixed some bugs in export import settings (diff) | |
| download | libredirect-e18cb56d614e488c1ece875ad97e029df6aef409.zip | |
Fixed settings not being applied to Piped
Diffstat (limited to 'src/manifest.json')
| -rw-r--r-- | src/manifest.json | 3 |
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 |
