Favicon and site branding update

This commit is contained in:
2022-09-01 15:31:35 +01:00
parent 96d751843a
commit ac139440f7
37 changed files with 1200 additions and 8 deletions

View File

@ -0,0 +1,19 @@
{
"name": "Wanderhome Quiz",
"short_name": "Wanderhome Quiz",
"icons": [
{
"src": "img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#1e441e",
"background_color": "#3a5a40",
"display": "standalone"
}