diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-11-19 03:29:39 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-11-19 03:29:39 +0300 |
commit | c5e620125ab6ab5b4955208dc35c5a1772b0b71b (patch) | |
tree | 057bcb789533a78a9ec68e4b1a6b7eb2a5c8ce41 /src/config.json | |
parent | Merge pull request #852 from Davilarek/patch-2 (diff) | |
parent | Updated Tekstowo icon (diff) | |
download | libredirect-c5e620125ab6ab5b4955208dc35c5a1772b0b71b.zip |
Merge branch 'Davilarek-patch-1'
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 4c535371..6cc43776 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": "svg", + "url": "https://www.tekstowo.pl" } } } \ No newline at end of file |