{
  "short_name": "TheForecastTracker",
  "name": "TheForecastTracker Weather App",
  "description": "Your personal weather companion with real-time forecasts, radar, and AI-powered insights",
  "version": "2.0.0",
  "icons": [
    {
      "src": "favicon.ico?v=2",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-16x16.png?v=2",
      "type": "image/png",
      "sizes": "16x16"
    },
    {
      "src": "favicon-32x32.png?v=2",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "apple-touch-icon.png?v=2",
      "type": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "icon-192x192.png?v=2",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png?v=2",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#00f2ea",
  "background_color": "#050505",
  "orientation": "portrait-primary",
  "categories": ["weather", "utilities"],
  "shortcuts": [
    {
      "name": "Current Weather",
      "short_name": "Weather",
      "description": "View current weather conditions",
      "url": "/",
      "icons": [{ "src": "icon-192x192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage your preferences",
      "url": "/settings",
      "icons": [{ "src": "icon-192x192.png?v=2", "sizes": "192x192" }]
    }
  ]
}
