{
  "name": "Kanhaiya Lal Suthar - Digital Solutions",
  "short_name": "KLS Digital",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "description": "Premium digital website solutions specializing in school and business websites.",
  "orientation": "portrait",
  "categories": [
    "business",
    "education",
    "portfolio"
  ],
  "icons": [
    {
      "src": "icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View our services",
      "url": "./index.html#services",
      "icons": [
        {
          "src": "icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch",
      "url": "./index.html#contact",
      "icons": [
        {
          "src": "icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}