forked from moonlight-stream/moonlight-stream.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
58 lines (58 loc) · 1.35 KB
/
manifest.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"short_name": "Moonlight",
"name": "Moonlight Game Streaming",
"icons": [
{
"src": "/images/manifest/icons-36.png",
"type": "image/png",
"sizes": "36x36"
},
{
"src": "/images/manifest/icons-48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "/images/manifest/icons-72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "/images/manifest/icons-96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "/images/manifest/icons-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "/images/manifest/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/manifest/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?source=homescreen",
"background_color": "#434343",
"display": "browser",
"theme_color": "#3367D6",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "chrome_web_store",
"id": "gemamigbbenahjlfnmlfdjhdnkpbkfjj"
}, {
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.limelight",
"id": "com.limelight"
}, {
"platform": "itunes",
"url": "https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566"
}]
}