Files
7am/web/manifest.json
2025-05-10 22:45:10 +01:00

17 lines
353 B
JSON

{
"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"
}
]
}