Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/temple-run-2/appmanifest.json
1834 views
1
{
2
"name": "Temple Run 2",
3
"short_name": "Temple Run 2",
4
"description": "Play one of the top mobile games made by Imangi Studios right in your browser! Run as you are being chased, how far will you go?",
5
"version": "2.0",
6
"theme_color": "#000000",
7
"background_color": "#000000",
8
"display": "fullScreen",
9
"orientation": "any",
10
"start_url": "index.html",
11
"icons": [
12
{
13
"src": "img/icons/icon-72x72.png",
14
"sizes": "72x72",
15
"type": "image/png"
16
},
17
{
18
"src": "img/icons/icon-96x96.png",
19
"sizes": "96x96",
20
"type": "image/png"
21
},
22
{
23
"src": "img/icons/icon-128x128.png",
24
"sizes": "128x128",
25
"type": "image/png"
26
},
27
{
28
"src": "img/icons/icon-144x144.png",
29
"sizes": "144x144",
30
"type": "image/png"
31
},
32
{
33
"src": "img/icons/icon-152x152.png",
34
"sizes": "152x152",
35
"type": "image/png"
36
},
37
{
38
"src": "img/icons/icon-192x192.png",
39
"sizes": "192x192",
40
"type": "image/png"
41
},
42
{
43
"src": "img/icons/icon-384x384.png",
44
"sizes": "384x384",
45
"type": "image/png"
46
},
47
{
48
"src": "img/icons/icon-512x512.png",
49
"sizes": "512x512",
50
"type": "image/png"
51
}
52
]
53
}
54