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 066b8cc0..fcd2f797 100644
--- a/src/config.json
+++ b/src/config.json
@@ -580,6 +580,25 @@
 			"imageType": "svg",
 			"embeddable": false,
 			"url": "https://wikipedia.org"
+		},
+		"snopes": {
+			"frontends": {
+				"suds": {
+					"name": "Suds",
+					"instanceList": true,
+					"url": "https://git.vern.cc/cobra/Suds"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}(www\\.)?snopes\\.com\\/"
+			],
+			"name": "Snopes",
+			"options": {
+				"enabled": false
+			},
+			"imageType": "svg",
+			"embeddable": false,
+			"url": "https://www.snopes.com"
 		}
 	}
 }