{
  "name": "Excellent Choice Investment Ltd",
  "short_name": "Excellent Choice",
  "description": "Leading real estate investment company in Kenya offering premium plots, properties, and investment opportunities in prime locations",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "categories": ["business", "real estate"],
  "screenshots": [
    {
      "src": "/static/assets/img/eci-logo-small.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/static/assets/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/assets/img/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/assets/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Projects",
      "short_name": "Projects",
      "description": "Browse our current real estate projects and investment opportunities",
      "url": "/plots/",
      "icons": [
        {
          "src": "/static/assets/img/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Read Blog",
      "short_name": "Blog",
      "description": "Read insights and updates about real estate investment",
      "url": "/blog/",
      "icons": [
        {
          "src": "/static/assets/img/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our sales team",
      "url": "/#contact",
      "icons": [
        {
          "src": "/static/assets/img/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
