diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-10-24 09:25:53 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-10-24 09:25:53 +0300 |
commit | 8c3c716d1b351cf97dadbae8e38c7e367720b592 (patch) | |
tree | 0565eb21f7d87c32bbd400857a57b7ee4138a876 /src/config.json | |
parent | Re-removed redirect.invidious.io https://codeberg.org/LibRedirect/browser_ext... (diff) | |
download | libredirect-8c3c716d1b351cf97dadbae8e38c7e367720b592.zip |
Added Mozhi https://github.com/libredirect/browser_extension/issues/840
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 8e73d685..0f799adc 100644 --- a/src/config.json +++ b/src/config.json @@ -523,6 +523,12 @@ "url": "https://git.sr.ht/~metalune/simplytranslate_web", "localhost": true }, + "mozhi": { + "name": "Mozhi", + "instanceList": true, + "url": "https://codeberg.org/aryak/mozhi", + "localhost": false + }, "libreTranslate": { "name": "LibreTranslate", "instanceList": true, |