[TASK] add favicon icons

This commit is contained in:
Marie Birner
2024-02-19 22:57:46 +01:00
committed by philipp
parent c93bd01b76
commit f080fb5371
16 changed files with 73 additions and 1 deletions

View File

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"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"
}