{
  "id": "/",
  "name": "Vgo \u2014 AI travel planner",
  "short_name": "Vgo",
  "description": "AI trips, planned end to end: itineraries, packing lists and spending in one app.",
  "start_url": "/",
  "scope": "/",
  "launch_handler": { "client_mode": "focus-existing" },

  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Voyagr Lens",
      "short_name": "Lens",
      "description": "Snap anything and ask Voyagr",
      "url": "/camera",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Plan a trip",
      "short_name": "Plan",
      "description": "Start a new AI trip",
      "url": "/plan",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}