forked from LizardByte/app-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoonlight-wiiu.json
More file actions
32 lines (32 loc) · 1011 Bytes
/
Copy pathmoonlight-wiiu.json
File metadata and controls
32 lines (32 loc) · 1011 Bytes
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
{
"id": "moonlight-wiiu",
"name": "Moonlight for Nintendo Wii U",
"tagline": "Moonlight Wii U port",
"description": "A port of Moonlight Embedded, which is an open source client for Sunshine and NVIDIA GameStream.",
"category": "client",
"platforms": ["handheld"],
"icon": "https://github.com/moonlight-stream.png",
"links": {
"github": "https://github.com/GaryOderNichts/moonlight-wiiu",
"download": "https://github.com/GaryOderNichts/moonlight-wiiu/releases/latest",
"documentation": "https://github.com/GaryOderNichts/moonlight-wiiu?tab=readme-ov-file"
},
"official": false,
"tags": ["streaming", "nintendo-wiiu", "gaming"],
"compatibility": {
"sunshine": ">=0.1.0"
},
"icons": [
{
"src": "https://cdn.jsdelivr.net/npm/simple-icons@13/icons/wiiu.svg",
"alt": "Wii U",
"invert": true
}
],
"downloads": [
{
"label": "Download on GitHub",
"url": "https://github.com/GaryOderNichts/moonlight-wiiu#quick-start"
}
]
}