diff options
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 |