diff --git a/apps/lyberry.json b/apps/lyberry.json index e16f6b2..b5c06da 100644 --- a/apps/lyberry.json +++ b/apps/lyberry.json @@ -1,16 +1,37 @@ -{"names":["Lyberry"], - "comment":"A Qt LBRY client that uses the LyBerry Api", - "links":{"website":"https://proxitok.herokuapp.com/", - "git":"https://git.tristans.cloud/tristan/lyberry_qt", - "icon":"https://player.odycdn.com/api/v4/streams/free/lyberry.png/7b5db9118ba7414de212fdcdca24f69ba8adc429/8588b0"}, - "licenses":["AGPL-3.0"], - "platforms":["Web"], - "interface":["QT"], - "languages":["python"], - "networks_read":["LBRY"], - "networks_write":["LBRY"], - "formats_read":[], - "formats_write":[], - "generic_name":["LBRY Client", - "File Sharing", - "Social Network"]} +{ + "comment": "A Qt LBRY client that uses the LyBerry Api", + "formats_read": [], + "formats_write": [], + "generic_name": [ + "LBRY Client", + "File Sharing", + "Social Network" + ], + "interface": [ + "QT" + ], + "issues": [], + "languages": [ + "python" + ], + "licenses": [ + "GPL-3.0-or-later" + ], + "links": { + "git": "https://notabug.org/MyBeansAreBaked/lyberry", + "icon": "https://player.odycdn.com/api/v4/streams/free/lyberry.png/7b5db9118ba7414de212fdcdca24f69ba8adc429/8588b0" + }, + "names": [ + "Lyberry" + ], + "networks_read": [ + "LBRY" + ], + "networks_write": [ + "LBRY" + ], + "platforms": [ + "GNU/Linux", + "Windows" + ] +} \ No newline at end of file