-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
86 lines (86 loc) · 2.34 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
77
78
79
80
81
82
83
84
85
86
{
"name": "NSK Warrior",
"short_name": "NSK Warrior",
"description": "Fight the war on dirt as an aspiring janitor in a grimy factory in this comical, survival horror RPG game.",
"start_url": "/index.html",
"display": "fullscreen",
"background_color": "#000000",
"theme_color": "#800000",
"orientation": "any",
"icons": [
{
"src": "favicon.ico",
"sizes": "254x254",
"type": "image/ico"
},
{
"purpose": "maskable",
"sizes": "512x512",
"src": "images/maskable_icon_x512.png",
"type": "image/png"
},
{
"src": "images/512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/48x48.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "images/title_screen.png",
"sizes": "1080x886",
"type": "image/png",
"form_factor": "wide",
"label": "A screenshot of the game title"
},
{
"src": "images/sick_screen.png",
"sizes": "1317x1080",
"type": "image/png",
"label": "Stay here where it is safe"
},
{
"src": "images/jim_screen.png",
"sizes": "1317x1080",
"type": "image/png",
"label": "How can I become an NSK Warrior?"
},
{
"src": "images/huh_screen.png",
"sizes": "1317x1080",
"type": "image/png",
"label": "Huh?"
},
{
"src": "images/title_screen.png",
"sizes": "1080x886",
"type": "image/png",
"label": "A screenshot of the game title"
}
]
}