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.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
index d769b303..f5527edf 100644
--- a/src/config.json
+++ b/src/config.json
@@ -235,6 +235,27 @@
 			"embeddable": true,
 			"url": "https://imgur.com"
 		},
+		"pixiv": {
+			"name": "Pixiv",
+			"frontends": {
+				"pixivFe": {
+					"name": "PixivFE",
+					"instanceList": true,
+					"url": "https://codeberg.org/VnPower/pixivfe"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}(www\\.)?pixiv\\.net\\/"
+			],
+			"options": {
+				"enabled": false,
+				"unsupportedUrls": "bypass",
+				"frontend": "pixivFe"
+			},
+			"imageType": "svg",
+			"embeddable": false,
+			"url": "https://www.pixiv.net"
+		},
 		"medium": {
 			"frontends": {
 				"scribe": {