{
  "name": "Mesa AC Repair",
  "short_name": "Mesa AC",
  "description": "Fast, honest AC repair in Mesa & surrounding areas. Tap to call.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A0A",
  "theme_color": "#0F2E60",
  "categories": [
    "business",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Call Now",
      "short_name": "Call",
      "description": "Call or text us",
      "url": "./index.html#contact"
    },
    {
      "name": "Book Service",
      "short_name": "Book",
      "description": "Book online",
      "url": "./index.html#booking"
    }
  ]
}