add favicon

This commit is contained in:
2023-11-01 20:41:40 +01:00
parent a5f25d1cd7
commit 90a9d1cdd0
11 changed files with 56 additions and 5 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Augsburg Mosaic - Wieerwill",
"short_name": "Augsburg Mosaic",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}