Skip to content

Commit 146d85c

Browse files
chore: add official moonlight clients (#9)
1 parent 3c4f235 commit 146d85c

5 files changed

Lines changed: 57 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ const data = await response.json();
9494
- `tags`: Array of searchable keywords
9595
- `featured`: Boolean to highlight the app
9696
- `compatibility`: Version requirements for host projects
97-
- `metadata`: Author, license, updated timestamp
9897

9998
## Adding a New Project
10099

apps/moonlight/moonlight-android.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"id": "moonlight-android",
33
"name": "Moonlight for Android",
44
"tagline": "GameStream client for Android",
5-
"description": "Open source client for NVIDIA GameStream and Sunshine.",
5+
"description": "Open source client for Sunshine and NVIDIA GameStream.",
66
"category": "client",
77
"platforms": ["android"],
8-
"icon": "https://raw.githubusercontent.com/moonlight-stream/moonlight-android/master/fastlane/metadata/android/en-US/images/icon.png",
8+
"icon": "https://github.com/moonlight-stream.png",
99
"screenshots": [
1010
"https://raw.githubusercontent.com/moonlight-stream/moonlight-android/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1-pc.png",
1111
"https://raw.githubusercontent.com/moonlight-stream/moonlight-android/master/fastlane/metadata/android/en-US/images/phoneScreenshots/2-settings.png",
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "moonlight-embedded",
3+
"name": "Moonlight Embedded",
4+
"tagline": "Gamestream client for embedded systems",
5+
"description": "Open source client for Sunshine and NVIDIA GameStream for embedded Linux systems, like Raspberry Pi, CuBox-i and ODROID.",
6+
"category": "client",
7+
"platforms": ["linux"],
8+
"icon": "https://github.com/moonlight-stream.png",
9+
"links": {
10+
"website": "https://moonlight-stream.org/",
11+
"github": "https://github.com/moonlight-stream/moonlight-embedded",
12+
"download": "https://github.com/moonlight-stream/moonlight-embedded/wiki/Packages",
13+
"documentation": "https://github.com/moonlight-stream/moonlight-docs/wiki"
14+
},
15+
"tags": ["streaming", "gamestream", "client", "gaming"],
16+
"featured": true,
17+
"compatibility": {
18+
"sunshine": ">=0.1.0"
19+
}
20+
}

apps/moonlight/moonlight-ios.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"id": "moonlight-ios",
3+
"name": "Moonlight iOS/tvOS",
4+
"tagline": "GameStream client for iOS/tvOS",
5+
"description": "Open source client for Sunshine and NVIDIA GameStream.",
6+
"category": "client",
7+
"platforms": ["ios"],
8+
"icon": "https://github.com/moonlight-stream.png",
9+
"screenshots": [
10+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20Apple%20TV%204K%20-%202019-09-22%20at%2021.14.05.png",
11+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20Apple%20TV%204K%20-%202019-09-22%20at%2021.14.56.png",
12+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPad%20Pro%20(12.9-inch)%20(2nd%20generation)%20-%202018-06-17%20at%2020.04.36.png",
13+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPad%20Pro%20(12.9-inch)%20(2nd%20generation)%20-%202019-09-21%20at%2011.26.39.png",
14+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPad%20Pro%20(12.9-inch)%20(2nd%20generation)%20-%202019-09-21%20at%2011.26.49.png",
15+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPad%20Pro%20(12.9-inch)%20(3rd%20generation)%20-%202019-09-21%20at%2011.19.51.png",
16+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPad%20Pro%20(12.9-inch)%20(3rd%20generation)%20-%202019-09-21%20at%2011.22.30.png",
17+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPhone%2011%20Pro%20Max%20-%202019-09-21%20at%2011.12.27.png",
18+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPhone%2011%20Pro%20Max%20-%202019-09-21%20at%2011.12.37.png",
19+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202019-09-21%20at%2011.16.58.png",
20+
"https://raw.githubusercontent.com/moonlight-stream/moonlight-ios/master/Screenshots/Simulator%20Screen%20Shot%20-%20iPhone%208%20Plus%20-%202019-09-21%20at%2011.17.02.png"
21+
],
22+
"links": {
23+
"website": "https://moonlight-stream.org/",
24+
"github": "https://github.com/moonlight-stream/moonlight-ios",
25+
"download": "https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566",
26+
"documentation": "https://github.com/moonlight-stream/moonlight-docs/wiki"
27+
},
28+
"tags": ["streaming", "ios", "mobile", "gaming"],
29+
"featured": true,
30+
"compatibility": {
31+
"sunshine": ">=0.1.0"
32+
}
33+
}

apps/moonlight/moonlight-qt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"id": "moonlight-qt",
33
"name": "Moonlight PC",
44
"tagline": "GameStream client for PCs (Windows, Mac, Linux, and Steam Link)",
5-
"description": "Open source PC client for NVIDIA GameStream and Sunshine.",
5+
"description": "Open source client for Sunshine and NVIDIA GameStream.",
66
"category": "client",
77
"platforms": ["windows", "macos", "linux"],
8-
"icon": "https://raw.githubusercontent.com/moonlight-stream/moonlight-qt/refs/heads/master/app/res/moonlight.svg",
8+
"icon": "https://github.com/moonlight-stream.png",
99
"links": {
1010
"website": "https://moonlight-stream.org/",
1111
"github": "https://github.com/moonlight-stream/moonlight-qt",

0 commit comments

Comments
 (0)