forked from LizardByte/app-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoonlight-embedded.json
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy pathmoonlight-embedded.json
File metadata and controls
33 lines (33 loc) · 1.08 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
{
"id": "moonlight-embedded",
"name": "Moonlight Embedded",
"tagline": "Gamestream client for embedded systems",
"description": "Open source client for Sunshine and NVIDIA GameStream for embedded Linux systems, like Raspberry Pi, CuBox-i and ODROID.",
"category": "client",
"platforms": ["linux"],
"icon": "https://github.com/moonlight-stream.png",
"links": {
"website": "https://moonlight-stream.org/",
"github": "https://github.com/moonlight-stream/moonlight-embedded",
"download": "https://github.com/moonlight-stream/moonlight-embedded/wiki/Packages",
"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/raspberrypi.svg",
"alt": "Raspberry Pi",
"invert": true
}
],
"downloads": [
{
"label": "Download on GitHub",
"url": "https://github.com/irtimmer/moonlight-embedded/wiki/Packages"
}
]
}