Updated meta

This commit is contained in:
2026-06-27 18:08:00 -04:00
parent 8740a1cd69
commit 9471e904ce
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"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"]
}