{
  "name": "Caravan — Group Trip Planner",
  "short_name": "Caravan",
  "description": "Plan group trips together. Shared itineraries, expenses, tasks, and AI assistance.",
  "start_url": "/trips",
  "display": "standalone",
  "background_color": "#fefcf8",
  "theme_color": "#e05c2a",
  "orientation": "portrait-primary",
  "categories": ["travel", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Trips",
      "url": "/trips",
      "description": "View all your trips"
    },
    {
      "name": "My Tasks",
      "url": "/tasks",
      "description": "View tasks across all trips"
    }
  ]
}
