Added Tox Clients

This commit is contained in:
jyamihud 2022-04-15 14:18:29 +03:00
parent 0d5cbb3ff6
commit ee904cd478
3 changed files with 61 additions and 0 deletions

21
apps/qtox.json Normal file
View file

@ -0,0 +1,21 @@
{"names":["qTox"],
"comment": "With the rise of government monitoring programs, qTox provides an easy to use application that allows you to connect with friends and family without anyone else listening in. While other big-name services require you to pay for features, qTox is totally free, and comes without advertising.",
"links":{"website":"https://qtox.github.io/",
"git":"https://github.com/qTox/qTox",
"wikipedia":"https://en.wikipedia.org/wiki/Tox_(protocol)",
"icon":"https://upload.wikimedia.org/wikipedia/commons/f/f3/ToxLogo.png"},
"licenses":["GPL-3.0"],
"platforms":["GNU/Linux",
"MacOS",
"Windows"],
"interface":["QT"],
"languages":["C++"],
"networks_read":["tox"],
"networks_write":["tox"],
"formats_read":[],
"formats_write":[],
"generic_name":["Messenger",
"Group Messenger",
"Video Calls",
"Audio Calls",
"Video Conference"]}

20
apps/trifa.json Normal file
View file

@ -0,0 +1,20 @@
{"names":["Tox Reference Implementation for Android [TRIfA]",
"TRIfA"],
"comment": "TRIfA Tox Client ",
"links":{"f-droid":"https://f-droid.org/en/packages/com.zoffcc.applications.trifa/",
"git":"https://github.com/zoff99/ToxAndroidRefImpl",
"wikipedia":"https://en.wikipedia.org/wiki/Tox_(protocol)",
"icon":"https://f-droid.org/repo/com.zoffcc.applications.trifa/en-US/icon_D5_zuFfBnTi4iMHuxp2fb3TXu6U_RusoCtN4u8E7VZo=.png"},
"licenses":["GPL-3.0", "GPL-2.0"],
"platforms":["Android"],
"interface":["Touch"],
"languages":["Java", "C"],
"networks_read":["tox"],
"networks_write":["tox"],
"formats_read":[],
"formats_write":[],
"generic_name":["Messenger",
"Group Messenger",
"Video Calls",
"Audio Calls",
"Video Conference"]}

20
apps/webtox.json Normal file
View file

@ -0,0 +1,20 @@
{"names":["webTox"],
"comment": "WebTox is a web-based Tox client written in go (server-side) and html5 (client-side).",
"links":{"website":"https://webtox.truetoxlabs.com/Logon",
"git":"https://github.com/codedust/WebTox",
"wikipedia":"https://en.wikipedia.org/wiki/Tox_(protocol)",
"icon":"https://upload.wikimedia.org/wikipedia/commons/f/f3/ToxLogo.png"},
"licenses":["GPL-3.0"],
"platforms":["Web"],
"interface":["HTML5",
"JavaScript"],
"languages":["Go"],
"networks_read":["tox"],
"networks_write":["tox"],
"formats_read":[],
"formats_write":[],
"generic_name":["Messenger",
"Group Messenger",
"Video Calls",
"Audio Calls",
"Video Conference"]}