{
  "name": "ArrivalWise",
  "short_name": "ArrivalWise",
  "description": "AI journey concierge for easier arrivals, accessible parking and lower-stress travel planning.",
  "start_url": "./arrivalwise-prototype.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4f7f9",
  "theme_color": "#0c8f8f",
  "orientation": "any",
  "categories": ["travel", "navigation", "accessibility"],
  "icons": [
    {
      "src": "assets/arrivalwise-brand.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/arrivalwise-brand.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan a journey",
      "short_name": "Plan",
      "description": "Compare routes, timing and accessible arrival options.",
      "url": "./arrivalwise-prototype.html"
    }
  ]
}
