Improve manifest
This commit is contained in:
parent
a24f9c12ce
commit
c2a62a9cac
2 changed files with 7 additions and 1 deletions
|
@ -15,6 +15,12 @@
|
|||
"src": "/src/assets/img/logo-square.svg",
|
||||
"sizes": "any",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/src/assets/img/logo-square.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"shortcuts": [],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#f4f4f4",
|
||||
"theme_color": "#5829bb",
|
||||
"background_color": "#f4f4f4",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue