{
  "short_name": "GreatBreak",
  "name": "GreatBreak - AI Trip Planner",
  "description": "AI-powered trip planner for modern travelers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1a6b4a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Plan a Trip",
      "short_name": "Plan Trip",
      "description": "Create a new trip with AI",
      "url": "/ai"
    },
    {
      "name": "My Trips",
      "short_name": "My Trips",
      "description": "View your saved trips",
      "url": "/trips"
    }
  ]
}