{
  "id": "/",
  "name": "RetroAur - Retro Weather Experience",
  "short_name": "RetroAur",
  "description": "Authentic 1990s Weather Channel broadcast experience with live weather data, smooth jazz, and retro CRT styling. Auto-rotating forecast segments, weather alerts, international cities, and four retro color themes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0e1e4a",
  "theme_color": "#0e1e4a",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["weather", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-48.png",   "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-256.png",  "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/marketing-portrait.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "RetroAur main weather display"
    },
    {
      "src": "/marketing-feature.png",
      "sizes": "1408x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "RetroAur in landscape mode"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
