diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-11-19 03:26:54 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-11-19 03:26:54 +0300 |
commit | f683a2127b492fcfd512429d40a92e9b68625fb4 (patch) | |
tree | 060e94fcdfe53fef68681351f5faff43fe00a551 /src/config.json | |
parent | Merge pull request #852 from Davilarek/patch-2 (diff) | |
parent | Add TekstoLibre, frontend for Tekstowo.pl (diff) | |
download | libredirect-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.json | 20 |
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 |