-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathmanifest.json
More file actions
50 lines (50 loc) · 1.51 KB
/
manifest.json
File metadata and controls
50 lines (50 loc) · 1.51 KB
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
48
49
50
{
"name": "Docufix App",
"short_name": "Docufix",
"icons": [
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768274/72_nxd7jd.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768275/96_xwfsdl.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768274/128_wyhesa.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768274/144_pml3k1.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768274/152_juafw8.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768460/192_hs59sg.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768547/384_dvcwn8.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "https://res.cloudinary.com/olaleye247/image/upload/v1571768274/d8_yky5a2.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ddd",
"theme_color": "#333"
}