add pwa stuff

This commit is contained in:
2025-05-10 22:45:10 +01:00
parent 2cfee11ca9
commit bd560cbd90
7 changed files with 41 additions and 1 deletions

17
web/manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "7am Weather",
"short_name": "7am",
"theme_color": "#1f2937",
"background_color": "#f3f4f6",
"display": "standalone",
"scope": "/",
"start_url": "/",
"description": "Daily weather updates delivered to you at 7am.",
"orientation": "vertical",
"icons": [
{
"src": "/logo.png",
"sizes": "1024x1024"
}
]
}