forked from LizardByte/app-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoonlight-qt.json
More file actions
48 lines (48 loc) · 1.43 KB
/
Copy pathmoonlight-qt.json
File metadata and controls
48 lines (48 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"id": "moonlight-qt",
"name": "Moonlight PC",
"tagline": "GameStream client for PCs (Windows, Mac, Linux, and Steam Link)",
"description": "Open source client for Sunshine and NVIDIA GameStream.",
"category": "client",
"platforms": ["windows", "macos", "linux"],
"icon": "https://github.com/moonlight-stream.png",
"links": {
"website": "https://moonlight-stream.org/",
"github": "https://github.com/moonlight-stream/moonlight-qt",
"download": "https://github.com/moonlight-stream/moonlight-qt/releases/latest",
"documentation": "https://github.com/moonlight-stream/moonlight-docs/wiki"
},
"official": true,
"tags": ["streaming", "gamestream", "client", "gaming"],
"compatibility": {
"sunshine": ">=0.1.0"
},
"icons": [
{
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/linux.svg",
"alt": "Linux",
"invert": true
},
{
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/macos.svg",
"alt": "macOS",
"invert": true
},
{
"src": "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/icons/windows.svg",
"alt": "Windows",
"invert": true
},
{
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/steam.svg",
"alt": "Steam",
"invert": true
}
],
"downloads": [
{
"label": "Download on GitHub",
"url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}
]
}