about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json23
1 files changed, 23 insertions, 0 deletions
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