{
  "name": "WeatherNow - Real-time Weather Forecast",
  "short_name": "WeatherNow",
  "description": "Get accurate weather forecasts, air quality data, and news with WeatherNow.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#4F46E5",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><text y='160' font-size='150' font-weight='bold'>🌤️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><text y='420' font-size='400' font-weight='bold'>🌤️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["weather", "utilities"],
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "View Favorites",
      "short_name": "Favorites",
      "description": "Quick access to your favorite locations",
      "url": "/favorites",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80' font-weight='bold'>❤️</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Compare Weather",
      "short_name": "Compare",
      "description": "Compare weather in two cities",
      "url": "/compare",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80' font-weight='bold'>⚖️</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
