Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/chrome-dino/appmanifest.json
4626 views
1
{
2
"name": "Chrome Dino",
3
"short_name": "Chrome Dino",
4
"description": "An offline game from Google Chrome",
5
"version": "1.5",
6
"start_url": "index.html",
7
"display": "fullscreen",
8
"orientation": "any",
9
"background_color": "#ffffff",
10
"icons": [
11
{
12
"src": "icons/icon-16.png",
13
"sizes": "16x16",
14
"type": "image/png"
15
},
16
{
17
"src": "icons/icon-32.png",
18
"sizes": "32x32",
19
"type": "image/png"
20
},
21
{
22
"src": "icons/icon-114.png",
23
"sizes": "114x114",
24
"type": "image/png"
25
},
26
{
27
"src": "icons/icon-128.png",
28
"sizes": "128x128",
29
"type": "image/png"
30
},
31
{
32
"src": "icons/icon-256.png",
33
"sizes": "256x256",
34
"type": "image/png"
35
}
36
]
37
}
38