{
  "name": "GoRoutely — AI Trip Planner",
  "short_name": "GoRoutely",
  "description": "Plan your perfect trip with AI. Day-by-day itineraries, booking links, and offline maps.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#050810",
  "background_color": "#050810",
  "lang": "nl",
  "categories": ["travel", "navigation", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Trip Planner Chat"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan nieuwe reis",
      "short_name": "Plannen",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Mijn reizen",
      "short_name": "Reizen",
      "url": "/my-routes",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
