diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-19 12:24:26 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-19 12:24:26 +0300 |
commit | 2609b5b466f2fe8255fafc6d98f9c57aea267ce0 (patch) | |
tree | 43bfdda9f4854979178a5db5f026bc1951d7370a /src/config.json | |
parent | Disabled onlyEmbed redirection if documentUrl is the actual target https://co... (diff) | |
download | libredirect-2609b5b466f2fe8255fafc6d98f9c57aea267ce0.zip |
Added LiteXiv https://codeberg.org/LibRedirect/browser_extension/issues/123
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 7a9eaf49..d10adec8 100644 --- a/src/config.json +++ b/src/config.json @@ -441,6 +441,11 @@ "name": "PixivFE", "instanceList": true, "url": "https://codeberg.org/VnPower/pixivfe" + }, + "liteXiv": { + "name": "LiteXiv", + "instanceList": true, + "url": "https://codeberg.org/Peaksol/LiteXiv" } }, "targets": [ |