-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.json
62 lines (62 loc) · 1.39 KB
/
game.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
{
"name": "Docks Runner",
"short_name": "Docks Runner",
"id": "/mazegen/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#4169e1",
"theme_color": "#4169e1",
"description": "Find your way through the docks",
"categories":["games", "maze", "casual"],
"_internal_sw_version": "v0.1.4",
"icons": [
{
"src": "res/dock_runner-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "res/dock_runner-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "res/dock_runner-180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "res/dock_runner-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "res/dock_runner-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "res/dock_runner.svg",
"sizes": "any",
"type": "image/png",
"purpose": "any"
}
],
"screenshots":[
{
"src": "screenshots/2024-04-01-11-00z-n.webp",
"sizes": "720x1280",
"type": "image/webp",
"form_factor": "narrow",
"label": "Starting position"
},
{
"src": "screenshots/2024-04-01-11-00z-w.webp",
"sizes": "1280x720",
"type": "image/webp",
"form_factor": "wide",
"label": "Starting position"
}
]
}