diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-17 06:39:10 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-17 06:39:10 +0300 |
commit | d1b4501e41b9fac3d5ff89386856f08afba55925 (patch) | |
tree | f369874e929e93ff215f92a1df7b14503764bc11 /src/config.json | |
parent | Added ping to Added Custom Instances https://github.com/libredirect/browser_e... (diff) | |
download | libredirect-d1b4501e41b9fac3d5ff89386856f08afba55925.zip |
Added Jitsi https://github.com/libredirect/browser_extension/issues/695
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json index 15c53019..013a6d2a 100644 --- a/src/config.json +++ b/src/config.json @@ -784,9 +784,9 @@ } }, "targets": [ - "^https?:\\/{2}speedtest\\.libredirect\\.invalid", - "^https?:\\/{2}(www\\.)?fast\\.com\\/", - "^https?:\\/{2}(www\\.)?speedtest\\.net\\/" + "^https?:\\/{2}speedtest\\.libredirect\\.invalid\\/", + "^https?:\\/{2}(www\\.)?fast\\.com\\/$", + "^https?:\\/{2}(www\\.)?speedtest\\.net\\/$" ], "name": "Speed Test", "options": { @@ -797,6 +797,27 @@ "imageType": "svgMono", "embeddable": false, "url": "https://speedtest.libredirect.invalid" + }, + "meet": { + "name": "Meet", + "frontends": { + "jitsi": { + "name": "Jitsi", + "instanceList": true, + "url": "https://jitsi.org" + } + }, + "targets": [ + "^https?:\\/{2}meet\\.libredirect\\.invalid\\/" + ], + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "jitsi" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://meet.libredirect.invalid" } } } \ No newline at end of file |