-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 814 Bytes
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 814 Bytes
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
{
"name": "Vue Simple PWA",
"short_name": "VSPWA",
"icons": [
{
"src": "./src/assets/icons/icon-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "./src/assets/icons/icon-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "./src/assets/icons/icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "./src/assets/icons/icon-196.png",
"sizes": "196x196",
"type": "image/png"
},
{
"src": "./src/assets/icons/icon-384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"gcm_sender_id" : "103953800507",
"start_url": "./index.html",
"display": "standalone",
"orientation": "potrait",
"background_color": "#f9f9f9",
"theme_color": "#3d5165"
}