diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-01-31 19:26:16 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-01-31 19:26:16 +0300 |
commit | 4fc8c6cdcda3c9e609b28be5e71e0f4937bd08f1 (patch) | |
tree | 15afa76a5cd775fb2017631d1c0b46b2238ca079 /src/config.json | |
parent | Removed LibreX. Added LibreY https://github.com/libredirect/browser_extension... (diff) | |
download | libredirect-4fc8c6cdcda3c9e609b28be5e71e0f4937bd08f1.zip |
Added ViewTube https://github.com/libredirect/browser_extension/issues/115
Diffstat (limited to 'src/config.json')
-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 f9a00ad2..5ed5c967 100644 --- a/src/config.json +++ b/src/config.json @@ -107,6 +107,12 @@ "embeddable": false, "instanceList": false, "url": "https://github.com/MarmadileManteater/FreeTubeCordova" + }, + "viewtube": { + "name": "ViewTube", + "embeddable": false, + "instanceList": true, + "url": "https://github.com/ViewTube/viewtube" } }, "targets": [ |