diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-05-08 22:40:07 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-05-08 22:40:07 +1000 |
commit | 8f82745733ed063a9a14d3176abb59160ded0bc9 (patch) | |
tree | d1743a74d10aa665a978fbcf171ef15122179310 /manifest.json | |
parent | Fixes #45 - some usersnames caught in instagramReservedPaths (diff) | |
download | libredirect-8f82745733ed063a9a14d3176abb59160ded0bc9.zip |
Closes #36 - added option to persist Invidious prefs
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 49ffb2a4..efd02b44 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.", - "version": "1.1.24", + "version": "1.1.25", "manifest_version": 2, "background": { "scripts": [ @@ -41,7 +41,30 @@ "*://video.twimg.com/*" ], "js": [ - "content-script.js" + "assets/remove-twitter-sw.js" + ], + "run_at": "document_start" + }, + { + "matches": [ + "*://invidio.us/*", + "*://invidio.us/*", + "*://invidious.snopyta.org/*", + "*://invidiou.sh/*", + "*://yewtu.be/*", + "*://yt.maisputain.ovh/*", + "*://invidious.toot.koeln/*", + "*://invidious.ggc-project.de/*", + "*://invidious.toot.koeln/*", + "*://kgg2m7yk5aybusll.onion/*", + "*://axqzx4s6s54s32yentfqojs3x5i7faxza6xo3ehd4bzzsg2ii4fv2iid.onion/*", + "*://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion/*", + "*://qklhadlycap4cnod.onion/*", + "*://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion/*", + "*://mfqczy4mysscub2s.onio/*n" + ], + "js": [ + "assets/persist-invidious-prefs.js" ], "run_at": "document_start" } |