Added favicons

This commit is contained in:
Constantin Graf
2024-04-19 17:57:31 +02:00
committed by Constantin Graf
parent a149db655c
commit db9c0de05b
16 changed files with 64 additions and 0 deletions

View File

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