Skip to content

Commit 4697341

Browse files
feat: add client download info (#40)
1 parent 2ea1a2b commit 4697341

12 files changed

Lines changed: 251 additions & 11 deletions

apps/moonlight/moonlight-android.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,29 @@
2626
"tags": ["streaming", "android", "mobile", "gaming"],
2727
"compatibility": {
2828
"sunshine": ">=0.1.0"
29-
}
29+
},
30+
"icons": [
31+
{
32+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/android.svg",
33+
"alt": "Android",
34+
"invert": true
35+
}
36+
],
37+
"downloads": [
38+
{
39+
"label": "Get it on Google Play",
40+
"url": "https://play.google.com/store/apps/details?id=com.limelight",
41+
"img": "https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
42+
},
43+
{
44+
"label": "Available at Amazon Appstore",
45+
"url": "https://www.amazon.com/gp/product/B00JK4MFN2",
46+
"img": "https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/res/images/amazon-appstore-badge-english-black.png"
47+
},
48+
{
49+
"label": "Get it on F-Droid",
50+
"url": "https://f-droid.org/packages/com.limelight",
51+
"img": "https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
52+
}
53+
]
3054
}

apps/moonlight/moonlight-embedded.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,18 @@
1616
"tags": ["streaming", "gamestream", "client", "gaming"],
1717
"compatibility": {
1818
"sunshine": ">=0.1.0"
19-
}
19+
},
20+
"icons": [
21+
{
22+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/raspberrypi.svg",
23+
"alt": "Raspberry Pi",
24+
"invert": true
25+
}
26+
],
27+
"downloads": [
28+
{
29+
"label": "Download",
30+
"url": "https://github.com/irtimmer/moonlight-embedded/wiki/Packages"
31+
}
32+
]
2033
}

apps/moonlight/moonlight-ios.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,29 @@
2929
"tags": ["streaming", "ios", "mobile", "gaming"],
3030
"compatibility": {
3131
"sunshine": ">=0.1.0"
32-
}
32+
},
33+
"icons": [
34+
{
35+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/ios.svg",
36+
"alt": "iOS",
37+
"invert": true
38+
},
39+
{
40+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/appletv.svg",
41+
"alt": "Apple TV",
42+
"invert": true
43+
}
44+
],
45+
"downloads": [
46+
{
47+
"label": "Download on the App Store",
48+
"url": "https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566",
49+
"img": "https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
50+
},
51+
{
52+
"label": "Download on Apple TV",
53+
"url": "https://apps.apple.com/us/app/moonlight-game-streaming/id1000551566",
54+
"img": "https://developer.apple.com/app-store/marketing/guidelines/images/badge-download-on-apple-tv.svg"
55+
}
56+
]
3357
}

apps/moonlight/moonlight-n3ds.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,18 @@
1515
"tags": ["streaming", "n3ds", "gaming"],
1616
"compatibility": {
1717
"sunshine": ">=0.1.0"
18-
}
18+
},
19+
"icons": [
20+
{
21+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@13/icons/nintendo3ds.svg",
22+
"alt": "3DS",
23+
"invert": true
24+
}
25+
],
26+
"downloads": [
27+
{
28+
"label": "Download",
29+
"url": "https://github.com/zoeyjodon/moonlight-N3DS"
30+
}
31+
]
1932
}

apps/moonlight/moonlight-qt.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,33 @@
1616
"tags": ["streaming", "gamestream", "client", "gaming"],
1717
"compatibility": {
1818
"sunshine": ">=0.1.0"
19-
}
19+
},
20+
"icons": [
21+
{
22+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/linux.svg",
23+
"alt": "Linux",
24+
"invert": true
25+
},
26+
{
27+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/macos.svg",
28+
"alt": "macOS",
29+
"invert": true
30+
},
31+
{
32+
"src": "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/icons/windows.svg",
33+
"alt": "Windows",
34+
"invert": true
35+
},
36+
{
37+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/steam.svg",
38+
"alt": "Steam",
39+
"invert": true
40+
}
41+
],
42+
"downloads": [
43+
{
44+
"label": "Download on GitHub",
45+
"url": "https://github.com/moonlight-stream/moonlight-qt/releases"
46+
}
47+
]
2048
}

apps/moonlight/moonlight-switch.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,38 @@
2222
"tags": ["streaming", "nintendo-switch", "gaming"],
2323
"compatibility": {
2424
"sunshine": ">=0.1.0"
25-
}
25+
},
26+
"icons": [
27+
{
28+
"src": "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/icons/nintendo-switch.svg",
29+
"alt": "Nintendo Switch",
30+
"invert": true
31+
},
32+
{
33+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/android.svg",
34+
"alt": "Android",
35+
"invert": true
36+
},
37+
{
38+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/appletv.svg",
39+
"alt": "Apple TV",
40+
"invert": true
41+
},
42+
{
43+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/ios.svg",
44+
"alt": "iOS",
45+
"invert": true
46+
},
47+
{
48+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/macos.svg",
49+
"alt": "macOS",
50+
"invert": true
51+
}
52+
],
53+
"downloads": [
54+
{
55+
"label": "Download on GitHub",
56+
"url": "https://github.com/XITRIX/Moonlight-Switch/releases"
57+
}
58+
]
2659
}

apps/moonlight/moonlight-tizen.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,18 @@
1515
"tags": ["streaming", "tizen", "gaming"],
1616
"compatibility": {
1717
"sunshine": ">=0.1.0"
18-
}
18+
},
19+
"icons": [
20+
{
21+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/samsung.svg",
22+
"alt": "Samsung Tizen TV",
23+
"invert": true
24+
}
25+
],
26+
"downloads": [
27+
{
28+
"label": "Download on GitHub",
29+
"url": "https://github.com/brightcraft/moonlight-tizen/releases"
30+
}
31+
]
1932
}

apps/moonlight/moonlight-tv.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,18 @@
2020
"tags": ["streaming", "ps-vita", "gaming"],
2121
"compatibility": {
2222
"sunshine": ">=0.1.0"
23-
}
23+
},
24+
"icons": [
25+
{
26+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/lg.svg",
27+
"alt": "LG webOS TV",
28+
"invert": true
29+
}
30+
],
31+
"downloads": [
32+
{
33+
"label": "Download",
34+
"url": "https://github.com/mariotaku/moonlight-tv#download"
35+
}
36+
]
2437
}

apps/moonlight/moonlight-vita.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,18 @@
2323
"tags": ["streaming", "ps-vita", "gaming"],
2424
"compatibility": {
2525
"sunshine": ">=0.1.0"
26-
}
26+
},
27+
"icons": [
28+
{
29+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstationvita.svg",
30+
"alt": "PlayStation Vita",
31+
"invert": true
32+
}
33+
],
34+
"downloads": [
35+
{
36+
"label": "Download on GitHub",
37+
"url": "https://github.com/xyzz/vita-moonlight/releases"
38+
}
39+
]
2740
}

apps/moonlight/moonlight-wiiu.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,18 @@
1515
"tags": ["streaming", "nintendo-wiiu", "gaming"],
1616
"compatibility": {
1717
"sunshine": ">=0.1.0"
18-
}
18+
},
19+
"icons": [
20+
{
21+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@13/icons/wiiu.svg",
22+
"alt": "Wii U",
23+
"invert": true
24+
}
25+
],
26+
"downloads": [
27+
{
28+
"label": "Download",
29+
"url": "https://github.com/GaryOderNichts/moonlight-wiiu#quick-start"
30+
}
31+
]
1932
}

0 commit comments

Comments
 (0)