Added some apps.
This commit is contained in:
parent
3b2b849ca7
commit
8d90c4a5d7
3 changed files with 131 additions and 0 deletions
33
apps/lutris.json
Normal file
33
apps/lutris.json
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"comment": "Free Video Game Manager and Preservation Service",
|
||||||
|
"formats_read": [],
|
||||||
|
"formats_write": [],
|
||||||
|
"generic_name": [
|
||||||
|
"Video Game Manager",
|
||||||
|
"Video Game Platform",
|
||||||
|
"Video Game Distribution Service",
|
||||||
|
"Video Game Preservation Platform"
|
||||||
|
],
|
||||||
|
"interface": [
|
||||||
|
"GTK"
|
||||||
|
],
|
||||||
|
"issues": [],
|
||||||
|
"languages": [],
|
||||||
|
"licenses": [
|
||||||
|
"GPL-3.0"
|
||||||
|
],
|
||||||
|
"links": {
|
||||||
|
"git": "https://github.com/lutris/lutris",
|
||||||
|
"icon": "https://raw.githubusercontent.com/lutris/lutris/master/share/icons/hicolor/scalable/apps/lutris.svg",
|
||||||
|
"website": "lutris.net",
|
||||||
|
"wikipedia": "https://wikipedia.org/wiki/Lutris"
|
||||||
|
},
|
||||||
|
"names": [
|
||||||
|
"Lutris"
|
||||||
|
],
|
||||||
|
"networks_read": [],
|
||||||
|
"networks_write": [],
|
||||||
|
"platforms": [
|
||||||
|
"Linux"
|
||||||
|
]
|
||||||
|
}
|
63
apps/roblox.json
Normal file
63
apps/roblox.json
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{
|
||||||
|
"comment": "An online video game platform, social network, and game creation system.",
|
||||||
|
"formats_read": [
|
||||||
|
"rbxl",
|
||||||
|
"rbxlx",
|
||||||
|
"rbxm",
|
||||||
|
"rbxmx"
|
||||||
|
],
|
||||||
|
"formats_write": [
|
||||||
|
"rbxl",
|
||||||
|
"rbxlx",
|
||||||
|
"rbxm",
|
||||||
|
"rbxmx"
|
||||||
|
],
|
||||||
|
"generic_name": [
|
||||||
|
"Game Engine",
|
||||||
|
"Video Game Platform"
|
||||||
|
],
|
||||||
|
"interface": [
|
||||||
|
"QT",
|
||||||
|
"Keyboard",
|
||||||
|
"Joypad",
|
||||||
|
"opengl"
|
||||||
|
],
|
||||||
|
"issues": [
|
||||||
|
"Subscription",
|
||||||
|
"Non-Free Software",
|
||||||
|
"Non-Free Network",
|
||||||
|
"Non-Free JavaScript"
|
||||||
|
],
|
||||||
|
"languages": [
|
||||||
|
"Lua",
|
||||||
|
"C++"
|
||||||
|
],
|
||||||
|
"licenses": [],
|
||||||
|
"links": {
|
||||||
|
"icon": "https://clipartcraft.com/images/roblox-logo-transparent-7.png",
|
||||||
|
"website": "https://roblox.com/",
|
||||||
|
"wikipedia": "https://en.wikipedia.org/wiki/Roblox"
|
||||||
|
},
|
||||||
|
"names": [
|
||||||
|
"Roblox",
|
||||||
|
"Roblox Player",
|
||||||
|
"Roblox Studio"
|
||||||
|
],
|
||||||
|
"networks_read": [
|
||||||
|
"Roblox"
|
||||||
|
],
|
||||||
|
"networks_write": [
|
||||||
|
"Roblox"
|
||||||
|
],
|
||||||
|
"platforms": [
|
||||||
|
"Windows",
|
||||||
|
"Xbox One",
|
||||||
|
"MacOS",
|
||||||
|
"macOS",
|
||||||
|
"Android",
|
||||||
|
"iOS",
|
||||||
|
"iPadOS",
|
||||||
|
"iPhone",
|
||||||
|
"iPad"
|
||||||
|
]
|
||||||
|
}
|
35
apps/steam.json
Normal file
35
apps/steam.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"comment": "A video game digital distribution service and storefront by Valve, with digital rights management (DRM), game server matchmaking, anti-cheat measures, social networking and game streaming features.",
|
||||||
|
"formats_read": [],
|
||||||
|
"formats_write": [],
|
||||||
|
"generic_name": [
|
||||||
|
"Video Game Distribution Service",
|
||||||
|
"Video Game Platform"
|
||||||
|
],
|
||||||
|
"interface": [],
|
||||||
|
"issues": [
|
||||||
|
"Non-Free Software",
|
||||||
|
"DRM"
|
||||||
|
],
|
||||||
|
"languages": [],
|
||||||
|
"licenses": [
|
||||||
|
"Proprietary"
|
||||||
|
],
|
||||||
|
"links": {
|
||||||
|
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Steam_icon_logo.svg/240px-Steam_icon_logo.svg.png",
|
||||||
|
"website": "https://steampowered.com",
|
||||||
|
"wikipedia": "https://wikipedia.org/wiki/Steam_(service)"
|
||||||
|
},
|
||||||
|
"names": [
|
||||||
|
"Steam",
|
||||||
|
"Steam Client",
|
||||||
|
"Steam Deck"
|
||||||
|
],
|
||||||
|
"networks_read": [],
|
||||||
|
"networks_write": [],
|
||||||
|
"platforms": [
|
||||||
|
"Windows",
|
||||||
|
"Linux",
|
||||||
|
"macOS"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue