about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-02 19:50:22 +0300
committerManeraKai <manerakai@protonmail.com>2023-02-02 19:50:22 +0300
commitfa3ad783920af186a44de3920a0609ee541e23df (patch)
tree5a4faeb374bb855ecd4de0f73182afa4276db722 /src/config.json
parentMerge pull request #610 from dvikan/fix-1 (diff)
downloadlibredirect-fa3ad783920af186a44de3920a0609ee541e23df.zip
Fixed not redirecting to Desktop apps https://codeberg.org/LibRedirect/libredirect/issues/72
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
index 07d10f4b..8e3d2711 100644
--- a/src/config.json
+++ b/src/config.json
@@ -497,6 +497,25 @@
 			"imageType": "svg",
 			"embeddable": false,
 			"url": "https://genius.com"
+		},
+		"urbanDictionary": {
+			"frontends": {
+				"ruralDictionary": {
+					"name": "Rural Dictionary",
+					"instanceList": true,
+					"url": "https://codeberg.org/zortazert/rural-dictionary"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}(www\\.)?urbandictionary.com\\/"
+			],
+			"name": "Urban Dictionary",
+			"options": {
+				"enabled": false
+			},
+			"imageType": "svg",
+			"embeddable": false,
+			"url": "https://genius.com"
 		}
 	}
 }
\ No newline at end of file