From 8d90c4a5d7f02781ab0bf4d6668a1d36b7005946 Mon Sep 17 00:00:00 2001 From: Matthew Evan Date: Sun, 19 Feb 2023 09:32:11 -0500 Subject: [PATCH] Added some apps. --- apps/lutris.json | 33 +++++++++++++++++++++++++ apps/roblox.json | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ apps/steam.json | 35 +++++++++++++++++++++++++++ 3 files changed, 131 insertions(+) create mode 100644 apps/lutris.json create mode 100644 apps/roblox.json create mode 100644 apps/steam.json diff --git a/apps/lutris.json b/apps/lutris.json new file mode 100644 index 0000000..91ae0ca --- /dev/null +++ b/apps/lutris.json @@ -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" + ] +} diff --git a/apps/roblox.json b/apps/roblox.json new file mode 100644 index 0000000..9a09991 --- /dev/null +++ b/apps/roblox.json @@ -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" + ] +} \ No newline at end of file diff --git a/apps/steam.json b/apps/steam.json new file mode 100644 index 0000000..4d9eaed --- /dev/null +++ b/apps/steam.json @@ -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" + ] +} \ No newline at end of file