more apps

This commit is contained in:
jyamihud 2022-07-10 21:38:13 +03:00
parent d16e5547de
commit efa7ecc09e
6 changed files with 277 additions and 20 deletions

View file

@ -1,20 +1,43 @@
{"names":["Fast LBRY",
"flbry"],
"comment":"A fast client to LBRY",
"links":{"git":"https://notabug.org/jyamihud/FastLBRY-terminal",
"icon":"https://notabug.org/jyamihud/FastLBRY-terminal/raw/master/icon.png"},
"licenses":["GPL-3.0-or-later", "AGPL-3.0-or-later"],
"platforms":["GNU/Linux",
"Web"],
"interface":["Terminal",
"GTK",
"HTML5"],
"languages":["Python"],
"networks_read":["LBRY"],
"networks_write":["LBRY"],
"formats_read":[],
"formats_write":[],
"generic_name":["LBRY Client",
"Publication",
"Marketplace",
"Crypto"]}
{
"comment": "A fast client to LBRY",
"formats_read": [],
"formats_write": [],
"generic_name": [
"LBRY Client",
"Publication",
"Marketplace",
"Crypto"
],
"interface": [
"Terminal",
"GTK",
"HTML5"
],
"issues": [],
"languages": [
"Python"
],
"licenses": [
"GPL-3.0-or-later",
"AGPL-3.0-or-later"
],
"links": {
"FastLBRY GTK": "https://notabug.org/jyamihud/FastLBRY-GTK",
"git": "https://notabug.org/jyamihud/FastLBRY-terminal",
"icon": "https://notabug.org/jyamihud/FastLBRY-terminal/raw/master/icon.png"
},
"names": [
"Fast LBRY",
"flbry"
],
"networks_read": [
"LBRY"
],
"networks_write": [
"LBRY"
],
"platforms": [
"GNU/Linux",
"Web"
]
}

43
apps/jitsi.json Normal file
View file

@ -0,0 +1,43 @@
{
"comment": "A video-conferencing application.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Group Messenger",
"Video Calls",
"Video Conference"
],
"interface": [
"JavaScript",
"Touch",
"Electron"
],
"issues": [],
"languages": [],
"licenses": [
"Apache-2.0"
],
"links": {
"git": "https://github.com/jitsi/jitsi",
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Logo_Jitsi.svg/130px-Logo_Jitsi.svg.png",
"website": "https://meet.jit.si",
"wikipedia": "https://en.wikipedia.org/wiki/Jitsi"
},
"names": [
"Jitsi"
],
"networks_read": [
"jitsi"
],
"networks_write": [
"jitsi"
],
"platforms": [
"GNU/Linux",
"MacOS",
"Windows",
"iOS",
"Android",
"Web"
]
}

54
apps/minecraft.json Normal file
View file

@ -0,0 +1,54 @@
{
"comment": "Minecraft is a sandbox video game developed by Mojang Studios.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Sandbox Game",
"Survival Game",
"Voxel Game",
"First Person Game"
],
"interface": [
"Custom"
],
"issues": [
"Non-Free Software"
],
"languages": [
"Java"
],
"licenses": [],
"links": {
"icon": "https://upload.wikimedia.org/wikipedia/en/thumb/5/51/Minecraft_cover.png/220px-Minecraft_cover.png",
"wikipedia": "https://en.wikipedia.org/wiki/Minecraft"
},
"names": [
"Minecraft"
],
"networks_read": [
"minecraft"
],
"networks_write": [
"minecraft"
],
"platforms": [
"Windows",
"macOS",
"GNU/Linux",
"Android",
"iOS",
"iPadOS",
"Xbox 360",
"Windows Phone",
"Playstation 3",
"Fire OS",
"Playstation 4",
"Xbox One",
"Playstation Vita",
"Wii U",
"Apple TV",
"tvOS",
"Nintendo Switch",
"Nintendo3DS"
]
}

50
apps/minetest.json Normal file
View file

@ -0,0 +1,50 @@
{
"comment": "Minetest is a free and open-source sandbox video game and game creation system with focus on voxel graphics.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Survival Game",
"Sandbox Game",
"Voxel Game",
"First Person Game"
],
"interface": [
"Custom"
],
"issues": [
"Some official clients are Non-Free"
],
"languages": [
"C++",
"Lua"
],
"licenses": [
"LGPL-2.1-or-later",
"GPL-2.0-or-later"
],
"links": {
"documentation": "https://www.minetest.net/education/",
"f-droid": "https://f-droid.org/en/packages/net.minetest.minetest/",
"fsd": "https://directory.fsf.org/wiki/Minetest",
"git": "https://github.com/minetest/minetest",
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Minetest_logo.svg/220px-Minetest_logo.svg.png",
"website": "https://www.minetest.net/",
"wikipedia": "https://en.wikipedia.org/wiki/Minetest"
},
"names": [
"Minetest"
],
"networks_read": [
"minetest"
],
"networks_write": [
"minetest"
],
"platforms": [
"GNU/Linux",
"BSD",
"Windows",
"macOS",
"Android"
]
}

42
apps/spotify.json Normal file
View file

@ -0,0 +1,42 @@
{
"comment": "An unfortunatly way too popular music player thingy. Which let's you also search for music. What a big deal...",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Music Player",
"Marketplace"
],
"interface": [
"JavaScript",
"Touch"
],
"issues": [
"Surveillance",
"Subscription",
"DRM",
"Non-Free Software"
],
"languages": [],
"licenses": [],
"links": {
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Spotify_logo_with_text.svg/220px-Spotify_logo_with_text.svg.png",
"wikipedia": "https://en.wikipedia.org/wiki/Spotify"
},
"names": [
"Spotify"
],
"networks_read": [
"spotify"
],
"networks_write": [
"spotify"
],
"platforms": [
"Web",
"Windows",
"GNU/Linux",
"macOS",
"Android",
"iOS"
]
}

45
apps/zoom.json Normal file
View file

@ -0,0 +1,45 @@
{
"comment": "A video-conferencing application.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Group Messenger",
"Video Calls",
"Video Conference"
],
"interface": [
"JavaScript",
"Touch",
"Electron"
],
"issues": [
"Non-Free Software",
"Non-Free Network",
"Non-Free JavaScript",
"Surveillance",
"Subscription"
],
"languages": [],
"licenses": [],
"links": {
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Zoom_Communications_Logo.svg/800px-Zoom_Communications_Logo.svg.png",
"wikipedia": "https://en.wikipedia.org/wiki/Zoom_(software)"
},
"names": [
"Zoom"
],
"networks_read": [
"zoom"
],
"networks_write": [
"zoom"
],
"platforms": [
"GNU/Linux",
"MacOS",
"Windows",
"iOS",
"Android",
"Web"
]
}