{
  "name": "Weather Now - Live Hyperlocal Weather",
  "short_name": "Weather Now",
  "description": "Weather Now delivers real-time hyperlocal weather forecasts, AQI, UV index, and lifestyle insights. Accurate atmospheric intelligence for any location worldwide.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#03040f",
  "background_color": "#3367d6",
  "dir": "auto",
  "lang": "en",
  "categories": [
    "weather",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Location",
      "short_name": "Search",
      "description": "Search weather for any city",
      "url": "/",
      "icons": [
        {
          "src": "/icons/launchericon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Use My Location",
      "short_name": "My Location",
      "description": "Get weather at your current location",
      "url": "/",
      "icons": [
        {
          "src": "/icons/launchericon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "id": "WeatherNow"
}
