{
  "name": "Flyfr.ee - AI-Powered Flight Search",
  "short_name": "Flyfr.ee",
  "description": "Find the best flight deals with AI-powered search. Explore destinations, compare prices, and book flights through natural conversation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FF385C",
  "orientation": "portrait-primary",
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["travel", "productivity"],
  "shortcuts": [
    {
      "name": "Search Flights",
      "short_name": "Search",
      "description": "Start a new flight search",
      "url": "/?tab=chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Destinations",
      "short_name": "Explore",
      "description": "Explore flight destinations",
      "url": "/?tab=explore",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
