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.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