diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-11-08 19:55:49 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-11-08 19:55:49 +0300 |
commit | b8766c413ea2c039a259f9881c8c566961b75d7f (patch) | |
tree | e0ae45b5b59adac3c8205c005fe00b03a6820769 /src/config.json | |
parent | Added support for Chromium Sync https://github.com/libredirect/browser_extens... (diff) | |
download | libredirect-b8766c413ea2c039a259f9881c8c566961b75d7f.zip |
Added Twineo https://codeberg.org/LibRedirect/browser_extension/issues/103
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 0f799adc..4c535371 100644 --- a/src/config.json +++ b/src/config.json @@ -183,6 +183,13 @@ "instanceList": true, "url": "https://codeberg.org/dragongoose/safetwitch", "localhost": false + }, + "twineo": { + "name": "Twineo", + "embeddable": true, + "instanceList": true, + "url": "https://codeberg.org/CloudyyUw/twineo", + "localhost": false } }, "targets": [ |