-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
76 lines (76 loc) · 1.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Perilous Quest",
"short_name": "Perilous Quest",
"start_url": "https://perilous-quest.netlify.app",
"display": "standalone",
"x-robots-tag": "index",
"background_color": "#03c7f8",
"theme_color": "#03c7f8",
"description": "The retro 8-bit RPG game you can play anywhere. Journey, Fight, Discover a new world!",
"shortcuts": [
{
"name": "Skip Start",
"url": "https://perilous-quest.netlify.app/public/perilous_quest/index.html",
"description": "Skip the Start Screen page"
},
{
"name": "Jukebox",
"url": "https://perilous-quest.netlify.app/public/perilous_quest/index.html#audio_players",
"description": "Listen to the soundtrack"
}
],
"icons": [
{
"src": "./public/icons/homescreen48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "./public/icons/homescreen72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "./public/icons/homescreen96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "./public/icons/homescreen144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "./public/icons/homescreen168.png",
"sizes": "168x168",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./public/icons/homescreen192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./public/icons/homescreen512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "./public/game.png",
"sizes": "1000x590",
"type": "image/gif",
"form_factor": "wide",
"label": "Perilous Quest"
},
{
"src": "./public/start.png",
"sizes": "1000x590",
"type": "image/gif",
"form_factor": "wide",
"label": "Start Screen"
}
]
}