Add theme_color and 512x512 icon to app manifest (#3417)
As per Chrome Lighthouse PWA suggestions.
This commit is contained in:
parent
ab92762320
commit
bdef33e88d
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#313a42",
|
"background_color": "#313a42",
|
||||||
|
"theme_color": "#fb4e4e",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/assets/icons/16.png",
|
"src": "/assets/icons/16.png",
|
||||||
|
@ -34,6 +35,11 @@
|
||||||
"src": "/assets/icons/256.png",
|
"src": "/assets/icons/256.png",
|
||||||
"sizes": "256x256",
|
"sizes": "256x256",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/icons/512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"share_target": {
|
"share_target": {
|
||||||
|
|
Loading…
Reference in a new issue