feat: update lake water data, implement service worker and manifest, and add favicon

This commit is contained in:
David Fencl
2026-06-08 20:06:23 +02:00
parent f8a7be7fa3
commit 7a7abdd3e5
61 changed files with 1455 additions and 184 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"short_name": "Hladinátor",
"name": "Hladinátor - Stav přehrad a nádrží",
"icons": [
{
"src": "/favicon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "/",
"background_color": "#1e293b",
"theme_color": "#1e293b",
"display": "standalone",
"orientation": "portrait"
}