{
  "name": "Soreli Ke Homes",
  "short_name": "SRL Travels",
  "description": "Premium travel and accommodation services in Kenya. Book luxury properties, flights, car rentals, and taxi services.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "categories": ["travel", "booking", "accommodation"],
  "icons": [
    {
      "src": "/assets/images/favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/assets/images/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Properties",
      "description": "Browse available properties",
      "url": "/properties.html",
      "icons": [{ "src": "/assets/images/icon-properties.png", "sizes": "96x96" }]
    },
    {
      "name": "Book Flight",
      "short_name": "Flights",
      "description": "Search and book flights",
      "url": "/flights.html",
      "icons": [{ "src": "/assets/images/icon-flights.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with us",
      "url": "/contact.html",
      "icons": [{ "src": "/assets/images/icon-contact.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "lang": "en",
  "dir": "ltr"
}
