diff options
author | Soispha <soispha@vhack.eu> | 2023-10-25 23:23:30 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-25 23:23:30 +0200 |
commit | 701a5da284308f3a561fa6670124d358dd9f2ba9 (patch) | |
tree | 5064dc1e5754d290fd49a813698d023e81a6e7ef /src/config.json | |
parent | build(build.sh): Add a script, which makes maintaining this fork easier (diff) | |
parent | Added support for Chromium Sync https://github.com/libredirect/browser_extens... (diff) | |
download | libredirect-701a5da284308f3a561fa6670124d358dd9f2ba9.zip |
chore(merge): remote-tracking branch 'origin/master'
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 03660afc..9ff73dae 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, |