diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-17 09:13:58 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-17 09:13:58 +0300 |
commit | e96ac0c310f992136c1f15fdfcfe089f26e20bbe (patch) | |
tree | c9e47da1deb4f5a13e63ec5a07e487b9a0e38c0a /src/config.json | |
parent | Added SkunkyArt https://github.com/libredirect/browser_extension/issues/948 (diff) | |
download | libredirect-e96ac0c310f992136c1f15fdfcfe089f26e20bbe.zip |
Added ytify https://github.com/libredirect/browser_extension/issues/951
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 a4abc44e..16bd9076 100644 --- a/src/config.json +++ b/src/config.json @@ -125,6 +125,12 @@ "embeddable": false, "instanceList": true, "url": "https://github.com/ViewTube/viewtube" + }, + "ytify": { + "name": "ytify", + "embeddable": false, + "instanceList": true, + "url": "https://github.com/n-ce/ytify/" } }, "targets": [ |