about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-11-19 03:26:54 +0300
committerManeraKai <manerakai@protonmail.com>2023-11-19 03:26:54 +0300
commitf683a2127b492fcfd512429d40a92e9b68625fb4 (patch)
tree060e94fcdfe53fef68681351f5faff43fe00a551 /src/config.json
parentMerge pull request #852 from Davilarek/patch-2 (diff)
parentAdd TekstoLibre, frontend for Tekstowo.pl (diff)
downloadlibredirect-f683a2127b492fcfd512429d40a92e9b68625fb4.zip
Merge branch 'patch-1' of https://github.com/Davilarek/libredirect_browser_extension into Davilarek-patch-1
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
index 4c535371..2251cf2f 100644
--- a/src/config.json
+++ b/src/config.json
@@ -943,6 +943,26 @@
 			},
 			"imageType": "svg",
 			"url": "https://www.wolframalpha.com"
+		},
+		"tekstowo": {
+			"frontends": {
+				"tekstoLibre": {
+					"name": "TekstoLibre",
+					"instanceList": true,
+					"url": "https://github.com/Davilarek/TekstoLibre"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}(www\\.)?tekstowo\\.pl\\/"
+			],
+			"name": "Tekstowo.pl",
+			"options": {
+				"enabled": false,
+				"unsupportedUrls": "bypass",
+				"frontend": "tekstoLibre"
+			},
+			"imageType": "png",
+			"url": "https://www.tekstowo.pl"
 		}
 	}
 }
\ No newline at end of file