feat: update lake water data, implement service worker and manifest, and add favicon
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user