{
  "name": "TravelMateGuide",
  "short_name": "TMG",
  "description": "AI-powered travel planning and itinerary generation",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["travel", "lifestyle"],
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1527631746610-bca00a040d60?auto=format&fit=crop&w=192&h=192&q=80",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://images.unsplash.com/photo-1527631746610-bca00a040d60?auto=format&fit=crop&w=512&h=512&q=80",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=640&h=1136&q=80",
      "sizes": "640x1136",
      "type": "image/jpg",
      "form_factor": "narrow"
    },
    {
      "src": "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1920&h=1080&q=80",
      "sizes": "1920x1080",
      "type": "image/jpg",
      "form_factor": "wide"
    }
  ]
}