{
  "name": "Travelbird — Find the right flight",
  "short_name": "Travelbird",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF8F5",
  "theme_color": "#1B1464",
  "description": "Compare every airline, fare and add-on side by side. Book flights in seconds.",
  "categories": ["travel", "productivity"],
  "lang": "en",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Search flights", "short_name": "Search", "url": "/", "description": "Find your next flight" },
    { "name": "My trips", "short_name": "Trips", "url": "/trips", "description": "View your bookings" },
    { "name": "AI Planner", "short_name": "Planner", "url": "/trip-planner", "description": "Plan a trip with AI" }
  ]
}
