From d7dfe5989a8592d6ec174b562c45cffebbb36354 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 16 May 2023 15:38:20 +0300 Subject: Re-added LibreSpeed https://github.com/libredirect/browser_extension/issues/170 --- src/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 32dec362..15c53019 100644 --- a/src/config.json +++ b/src/config.json @@ -774,6 +774,29 @@ "imageType": "svg", "embeddable": false, "url": "https://www.wolframalpha.com" + }, + "speedTest": { + "frontends": { + "libreSpeed": { + "name": "LibreSpeed", + "instanceList": true, + "url": "https://github.com/librespeed/speedtest" + } + }, + "targets": [ + "^https?:\\/{2}speedtest\\.libredirect\\.invalid", + "^https?:\\/{2}(www\\.)?fast\\.com\\/", + "^https?:\\/{2}(www\\.)?speedtest\\.net\\/" + ], + "name": "Speed Test", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "libreSpeed" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://speedtest.libredirect.invalid" } } } \ No newline at end of file -- cgit 1.4.1