Aufräumen und header zentralisieren

This commit is contained in:
2026-02-05 01:23:49 +01:00
parent 063fb68b12
commit 7d6951334f
22 changed files with 58 additions and 182 deletions

20
public/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "SDS Systemtechnik GmbH",
"short_name": "SDS",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0a5ea8",
"icons": [
{
"src": "/public/images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/public/images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}