Improve manifest

This commit is contained in:
Jay Trees 2022-02-25 10:49:04 +01:00
parent a24f9c12ce
commit c2a62a9cac
2 changed files with 7 additions and 1 deletions

View file

@ -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": [],

View file

@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#f4f4f4",
"theme_color": "#5829bb",
"background_color": "#f4f4f4",
"display": "standalone"
}