diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-05-21 00:37:57 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-05-21 00:37:57 +0300 |
commit | 9ebfbd9e779b6a349ed13054dea90e81117f85bf (patch) | |
tree | 7d7d5e55f65741a9c4fd02ec78c17083c4388ba7 /src/config.json | |
parent | Added custom label to instances not from the public list https://github.com/l... (diff) | |
download | libredirect-9ebfbd9e779b6a349ed13054dea90e81117f85bf.zip |
Added LightTube https://github.com/libredirect/browser_extension/issues/913
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 937ef37e..6985fac8 100644 --- a/src/config.json +++ b/src/config.json @@ -66,6 +66,12 @@ 3 ] }, + "lightTube": { + "name": "LightTube", + "embeddable": false, + "instanceList": true, + "url": "https://github.com/lighttube-org/LightTube" + }, "tuboYoutube": { "name": "Tubo", "embeddable": false, |