Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Ludicrous
Path: blob/main/public/manifest.json
1223 views
1
{
2
"name": "Ludicrous",
3
"short_name": "Ludicrous",
4
"theme_color": "#2467a5",
5
"background_color": "#fff",
6
"display": "standalone",
7
"orientation": "",
8
"scope": "/",
9
"start_url": "/",
10
"icons": [
11
{
12
"src": "/icons/icon-48x48.png",
13
"sizes": "72x72",
14
"type": "image/png"
15
},
16
{
17
"src": "/icons/icon-72x72.png",
18
"sizes": "72x72",
19
"type": "image/png"
20
},
21
{
22
"src": "/icons/icon-96x96.png",
23
"sizes": "96x96",
24
"type": "image/png"
25
},
26
{
27
"src": "/icons/icon-128x128.png",
28
"sizes": "128x128",
29
"type": "image/png"
30
},
31
{
32
"src": "/icons/icon-144x144.png",
33
"sizes": "144x144",
34
"type": "image/png"
35
},
36
{
37
"src": "/icons/icon-152x152.png",
38
"sizes": "152x152",
39
"type": "image/png"
40
},
41
{
42
"src": "/icons/icon-192x192.png",
43
"sizes": "192x192",
44
"type": "image/png"
45
},
46
{
47
"src": "/icons/icon-384x384.png",
48
"sizes": "384x384",
49
"type": "image/png"
50
},
51
{
52
"src": "/icons/icon-512x512.png",
53
"sizes": "512x512",
54
"type": "image/png"
55
}
56
]
57
}
58