add logo and favicon

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:23:01 +02:00
parent 88fa671ec7
commit f327509f5e
10 changed files with 129 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "tesoft",
"short_name": "tesoft",
"icons": [
{
"src": "/assets/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}