{
  "name": "CustomizeYourTour",
  "short_name": "CYT",
  "description": "AI-powered travel planner. Plan your perfect trip, day by day.",
  "start_url": "/plan",
  "display": "standalone",
  "background_color": "#0B1829",
  "theme_color": "#0B1829",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Plan a Trip",
      "url": "/plan",
      "description": "Start planning a new trip"
    },
    {
      "name": "My Trips",
      "url": "/trips",
      "description": "View your saved itineraries"
    }
  ]
}
