-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
47 lines (47 loc) · 1012 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "RiverCare F1: model based design",
"short_name": "RiverCareF1",
"start_url": "index.html",
"background_color": "#2D2D2D",
"display": "standalone",
"icons": [{
"src": "/img/touch-icon-iphone.png",
"type": "image/png",
"sizes": "57x57"
},
{
"src": "/img/touch-icon-ipad.png",
"type": "image/png",
"sizes": "76x76"
},
{
"src": "/img/touch-icon-iphone-retina.png",
"type": "image/png",
"sizes": "120x120"
},
{
"src": "/img/touch-icon-ipad-retina.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "/img/touch-icon-ipad-pro.png",
"type": "image/png",
"sizes": "167x167"
},
{
"src": "img/touch-icon-iphone-6-plus.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "img/icon-hd.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "img/icon.png",
"type": "image/png",
"sizes": "128x128"
}]
}