diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-31 19:43:31 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-31 19:43:31 +0300 |
commit | f9bfc0cd8dacd32f48ffad82dc7060d65c2d107c (patch) | |
tree | 988e6710825d75059042dba6d2b34d0e16ae2f39 /src/config.json | |
parent | Tweaked Wayback Classic https://github.com/libredirect/browser_extension/issu... (diff) | |
download | libredirect-f9bfc0cd8dacd32f48ffad82dc7060d65c2d107c.zip |
Removed LBRY Desktop
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/config.json b/src/config.json index 279b756d..e82cc61f 100644 --- a/src/config.json +++ b/src/config.json @@ -371,30 +371,6 @@ "embeddable": true, "url": "https://pinterest.com" }, - "lbry": { - "frontends": { - "lbryDesktop": { - "name": "LBRY Desktop", - "embeddable": false, - "instanceList": false, - "url": "https://lbry.com/get" - } - }, - "targets": [ - "^https?:\\/{2}odysee\\.com(\\/|$)", - "^https?:\\/{2}lbry\\.tv(\\/|$)" - ], - "name": "LBRY", - "options": { - "enabled": false, - "redirectType": "main_frame", - "unsupportedUrls": "bypass", - "frontend": "lbryDesktop" - }, - "imageType": "png", - "embeddable": true, - "url": "https://odysee.com" - }, "search": { "frontends": { "searxng": { |