diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-04 09:22:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 09:22:02 +0300 |
commit | fc51f301d67dc181f119ddd0e6a7ba2eaa096338 (patch) | |
tree | f4d1de927e69f67693a25a4148f761c5563882d5 /src/config.json | |
parent | Update test.yml (diff) | |
parent | Add Materialious (diff) | |
download | libredirect-fc51f301d67dc181f119ddd0e6a7ba2eaa096338.zip |
Merge pull request #947 from puzzlemoondev/materialious
Add Materialious
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 941d891e..19f85a12 100644 --- a/src/config.json +++ b/src/config.json @@ -26,6 +26,12 @@ "instanceList": true, "url": "https://invidious.io/" }, + "materialious": { + "name": "Materialious", + "embeddable": true, + "instanceList": true, + "url": "https://materialio.us/" + }, "piped": { "excludeTargets": [ 2, |