15 lines
357 B
JSON
15 lines
357 B
JSON
{
|
|
"name": "Weather Station",
|
|
"short_name": "Weather",
|
|
"description": "Local Weather & Forecasting",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f172a",
|
|
"theme_color": "#0f172a",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{ "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"categories": ["weather", "utilities"]
|
|
}
|