Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/draw-the-hill/appmanifest.json
4623 views
1
{
2
"name": "Draw the Hill",
3
"short_name": "Draw the Hill",
4
"description": "",
5
"start_url": "index.html",
6
"display": "fullscreen",
7
"orientation": "landscape",
8
"background_color": "#ffffff",
9
"icons": [
10
{
11
"src": "icons/icon-16.png",
12
"sizes": "16x16",
13
"type": "image/png"
14
},
15
{
16
"src": "icons/icon-32.png",
17
"sizes": "32x32",
18
"type": "image/png"
19
},
20
{
21
"src": "icons/icon-64.png",
22
"sizes": "64x64",
23
"type": "image/png"
24
},
25
{
26
"src": "icons/icon-128.png",
27
"sizes": "128x128",
28
"type": "image/png"
29
},
30
{
31
"src": "icons/icon-256.png",
32
"sizes": "256x256",
33
"type": "image/png"
34
},
35
{
36
"src": "icons/icon-512.png",
37
"sizes": "512x512",
38
"type": "image/png"
39
}
40
]
41
}
42