Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/btts/appmanifest.json
4626 views
1
{
2
"name": "BigTower1.0",
3
"short_name": "BigTower1.0",
4
"start_url": "index.html",
5
"display": "fullscreen",
6
"orientation": "landscape",
7
"icons": [{
8
"src": "icon-16.png",
9
"sizes": "16x16",
10
"type": "image/png"
11
}, {
12
"src": "icon-32.png",
13
"sizes": "32x32",
14
"type": "image/png"
15
}, {
16
"src": "icon-128.png",
17
"sizes": "128x128",
18
"type": "image/png"
19
}, {
20
"src": "icon-256.png",
21
"sizes": "144x144",
22
"type": "image/png"
23
}, {
24
"src": "icon-256.png",
25
"sizes": "256x256",
26
"type": "image/png"
27
}]
28
}
29
30