Upload files to 'apps'
This commit is contained in:
parent
0f293528b9
commit
23412e2c5f
4 changed files with 48 additions and 0 deletions
12
apps/invidious.json
Normal file
12
apps/invidious.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{"names":["Invidious"],
|
||||
"comment": "YouTube is known to track everything about your searches and what you do on the platform. Invidious scrapes YouTube for data and presents it to you on a invidious instance.",
|
||||
"links":{"website":"https://invidious.io/",
|
||||
"git":"https://github.com/iv-org/invidious#invidious",
|
||||
"icon":"https://invidious.io/invidious-colored-vector.svg"},
|
||||
"licenses":["AGPL3+"],
|
||||
"platforms":["Web"],
|
||||
"networks_read":["youtube"],
|
||||
"networks_write":[],
|
||||
"formats_read":[],
|
||||
"formats_write":[],
|
||||
"generic_name":["Video Player", "YouTube Client", "Music Player"]}
|
12
apps/peertube.json
Normal file
12
apps/peertube.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{"names":["PeerTube"],
|
||||
"comment": "Be part of a network of multiple small federated, interoperable video hosting providers. Follow video creators and create videos. No vendor lock-in. All on a platform that is community-owned and ad-free.",
|
||||
"links":{"website":"https://joinpeertube.org",
|
||||
"git":"https://github.com/Chocobozzz/PeerTube#--------",
|
||||
"icon":"https://joinpeertube.org/img/icons/favicon.png"},
|
||||
"licenses":["AGPL3+"],
|
||||
"platforms":["Web"],
|
||||
"networks_read":["peertube"],
|
||||
"networks_write":["peertube"],
|
||||
"formats_read":[],
|
||||
"formats_write":[],
|
||||
"generic_name":["Video Player", "PeerTube Client", "Music Player"]}
|
11
apps/piped.json
Normal file
11
apps/piped.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{"names":["Piped"],
|
||||
"comment": "YouTube has an extremely invasive privacy policy which relies on using user data in unethical ways. You give them a lot of data - ranging from ideas, music taste, content, political opinions, and much more than you think. By using Piped, you can freely watch and listen to content freely without the fear of prying eyes watching everything you are doing.",
|
||||
"links":{"git":"https://github.com/TeamPiped/Piped#piped",
|
||||
"icon":"https://piped.kavin.rocks/img/icons/logo.svg"},
|
||||
"licenses":["AGPL3+"],
|
||||
"platforms":["Web"],
|
||||
"networks_read":["youtube"],
|
||||
"networks_write":[],
|
||||
"formats_read":[],
|
||||
"formats_write":[],
|
||||
"generic_name":["Video Player", "YouTube Client", "Music Player"]}
|
13
apps/viewtube.json
Normal file
13
apps/viewtube.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{"names":["ViewTube"],
|
||||
"comment": "ViewTube is an alternative YouTube frontend. It can recommend, play and search for videos. It saves your watch progress and you can subscribe to channels for them to appear in your subscription feed",
|
||||
"links": "https://github.com/ViewTube/viewtube-vue#viewtube",
|
||||
"links":{"website":"https://viewtube.io",
|
||||
"git":"https://github.com/ViewTube/viewtube-vue#viewtube",
|
||||
"icon":"https://dev.viewtube.io/_nuxt/img/icon.dc8b72c.svg"},
|
||||
"licenses":["AGPL3+"],
|
||||
"platforms":["Web"],
|
||||
"networks_read":["youtube"],
|
||||
"networks_write":[],
|
||||
"formats_read":[],
|
||||
"formats_write":[],
|
||||
"generic_name":["Video Player", "YouTube Client", "Music Player"]}
|
Loading…
Reference in a new issue