{
  "name": "KB Sells Cadillacs - Payment Calculator",
  "short_name": "KB Calculator",
  "description": "Estimate your Cadillac monthly payment with Kendrick Benson (KB) - Central Houston Cadillac. 20+ years luxury automotive experience.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b12",
  "theme_color": "#0b0b12",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "finance", "automotive"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate Payment",
      "short_name": "Calculate",
      "description": "Open the Cadillac payment calculator",
      "url": "./index.html#calculator",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Call KB",
      "short_name": "Call KB",
      "description": "Call Kendrick Benson directly",
      "url": "tel:+18324785412",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}