{
  "name": "KeyFlight - Book Cheap Flights & Generate Itineraries",
  "short_name": "KeyFlight",
  "description": "Book cheap flights worldwide and generate authentic flight itineraries for proof of onward travel. Real-time flight search powered by Amadeus API.",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": ".",
  "lang": "en",
  "categories": ["travel", "business", "productivity"],
  "icons": [
    {
      "src": "img/logo-square.png?v=20251227",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/logo-square.png?v=20251227",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/logo-square.png?v=20251227",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "img/logo.png?v=20251227",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KeyFlight Flight Booking Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Flights",
      "short_name": "Flights",
      "description": "Search for cheap flights",
      "url": "?p=dashboard",
      "icons": [
        {
          "src": "img/logo-square.png?v=20251227",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Book Hotels",
      "short_name": "Hotels",
      "description": "Find and book hotels",
      "url": "?p=hotel",
      "icons": [
        {
          "src": "img/logo-square.png?v=20251227",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
