diff options
author | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:30:55 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:30:55 +0300 |
commit | 9df5a680b964b35d539db35ec8454b5553f9c734 (patch) | |
tree | d7680a137a6ea5735b7c89b5ed7ef89d9c5ec216 /src/config.json | |
parent | Disabled autoplay for embedded invidious https://github.com/libredirect/brows... (diff) | |
download | libredirect-9df5a680b964b35d539db35ec8454b5553f9c734.zip |
Added Ultimate Tab https://github.com/libredirect/browser_extension/issues/942
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 13f9d761..55074df4 100644 --- a/src/config.json +++ b/src/config.json @@ -1262,6 +1262,11 @@ "name": "Freetar", "instanceList": true, "url": "https://github.com/kmille/freetar" + }, + "ultimateTab": { + "name": "Ultimate Tab", + "instanceList": true, + "url": "https://github.com/BenoitBellegarde/UltimateTab" } }, "targets": [ |