diff options
author | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:56:43 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:56:43 +0300 |
commit | fc7a1c5f124b601d59363c61cb2db76398362117 (patch) | |
tree | e5f7b1342cb6d10468b962ca3c9c6800bb28e50c /src/config.json | |
parent | Added GoCook https://github.com/libredirect/browser_extension/issues/988 (diff) | |
download | libredirect-fc7a1c5f124b601d59363c61cb2db76398362117.zip |
Added Painterest https://github.com/libredirect/browser_extension/issues/1011
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index ca38d2ec..2f779b79 100644 --- a/src/config.json +++ b/src/config.json @@ -541,6 +541,12 @@ "instanceList": true, "url": "https://github.com/Ahwxorg/Binternet", "embeddable": true + }, + "painterest": { + "name": "Painterest", + "instanceList": true, + "url": "https://codeberg.org/thirtysix/painterest", + "embeddable": true } }, "targets": [ |