{
  "name": "WeatherNext",
  "short_name": "WeatherNext",
  "description": "Private Weather Station - Real-time weather data and forecasts",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/NW-Icon.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/NW-Icon.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["weather", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Current Location",
      "url": "/?locate=true",
      "description": "Get weather for your current location"
    }
  ]
}
