{
  "name": "LeaveAt — Journey Planner",
  "short_name": "LeaveAt",
  "description": "Know exactly when to leave. Multi-stop journey planner with departure time calculation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1f0f",
  "theme_color": "#0f1f0f",
  "icons": [
    { "src": "/favicon.svg",        "sizes": "any",     "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-64.svg",  "sizes": "64x64",   "type": "image/svg+xml" },
    { "src": "/icons/icon-180.svg", "sizes": "180x180", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "categories": ["travel", "navigation", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LeaveAt desktop view"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LeaveAt mobile view"
    }
  ]
}
