{
  "name": "SunSeeker",
  "short_name": "SunSeeker",
  "description": "Find the sunniest destinations for your next trip",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#070d1a",
  "theme_color": "#1e293b",
  "orientation": "any",
  "categories": ["travel", "weather"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Sun",
      "url": "/",
      "description": "Check today's sunniest cities"
    },
    {
      "name": "This Weekend",
      "url": "/?date=weekend",
      "description": "Best sun this weekend"
    }
  ]
}
