
{
  "name": "TripHack - AI Travel Planner",
  "short_name": "TripHack",
  "description": "Create personalized travel itineraries with AI. Plan your perfect trip in minutes.",
  "viewport": "width=device-width, initial-scale=1.0, maximum-scale=1.0",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#667eea",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/?source=pwa",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["travel", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Create Trip",
      "short_name": "New Trip",
      "description": "Start planning a new trip",
      "url": "/create-trip?source=pwa",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "View your saved trips",
      "url": "/trips?source=pwa",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
