{
  "name": "Maxwell Consultancy Ltd",
  "short_name": "Maxwell",
  "description": "Engineering and Construction Consultancy Services in Rwanda and East Africa",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "any",
  "icons": [
    {
      "src": "/assets/images/logo/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/images/logo/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/logo/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshots/mobile-home.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Maxwell Consultancy Homepage"
    },
    {
      "src": "/assets/images/screenshots/desktop-home.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Maxwell Consultancy Homepage"
    }
  ],
  "categories": ["business", "engineering", "construction", "consultancy"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with Maxwell Consultancy",
      "url": "/pages/contact.html",
      "icons": [{ "src": "/assets/images/icons/contact-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "View our engineering and consultancy services",
      "url": "/pages/services.html",
      "icons": [{ "src": "/assets/images/icons/services-icon.png", "sizes": "96x96" }]
    }
  ]
} 