forked from LizardByte/app-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoonlight-n3ds.json
More file actions
32 lines (32 loc) · 1013 Bytes
/
Copy pathmoonlight-n3ds.json
File metadata and controls
32 lines (32 loc) · 1013 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-n3ds",
"name": "Moonlight for the *New* Nintendo 3DS",
"tagline": "Gamestream client for the New 3DS",
"description": "Open source client for Sunshine and NVIDIA GameStream for the *New* Nintendo 3DS, forked from Moonlight Embedded.",
"category": "client",
"platforms": ["handheld"],
"icon": "https://github.com/moonlight-stream.png",
"links": {
"github": "https://github.com/zoeyjodon/moonlight-N3DS",
"download": "https://github.com/zoeyjodon/moonlight-N3DS/releases/latest",
"documentation": "https://github.com/zoeyjodon/moonlight-N3DS?tab=readme-ov-file"
},
"official": false,
"tags": ["streaming", "n3ds", "gaming"],
"compatibility": {
"sunshine": ">=0.1.0"
},
"icons": [
{
"src": "https://cdn.jsdelivr.net/npm/simple-icons@13/icons/nintendo3ds.svg",
"alt": "3DS",
"invert": true
}
],
"downloads": [
{
"label": "Download on GitHub",
"url": "https://github.com/zoeyjodon/moonlight-N3DS"
}
]
}