-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.manifest
45 lines (45 loc) · 896 Bytes
/
index.manifest
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
{
"short_name": "TTSS Odjazdy",
"name": "TTSS Kraków - Odjazdy",
"icons": [
{
"src": "icons/index48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "icons/index64.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "icons/index96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "icons/index128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "icons/index144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "icons/index192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icons/index256.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "index.html",
"display": "standalone",
"theme_color": "#337ab7",
"background_color": "#337ab7"
}