{
  "id": "thehappytailpets-pwa",
  "name": "The Happy Tail Pets",
  "short_name": "Happy Tail",
  "description": "Install Happy Tail for faster access to booking, portal updates, and quick pet care help in Oklahoma City.",
  "start_url": "index.html?source=app",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#161015",
  "theme_color": "#1b1216",
  "icons": [
    {
      "src": "assets/app/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/app/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/app/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/app/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Get My Pet Care Estimate",
      "short_name": "Estimate",
      "description": "Start a pet care estimate and review pricing before sending a request.",
      "url": "booking-studio.php?source=shortcut-book#concierge",
      "icons": [
        {
          "src": "assets/app/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Portal",
      "short_name": "Portal",
      "description": "Open the Happy Tail client portal for updates, billing, and rebooking.",
      "url": "portal.php?source=shortcut-portal",
      "icons": [
        {
          "src": "assets/app/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ask A Question",
      "short_name": "Ask",
      "description": "Jump straight to the quick question form.",
      "url": "booking-studio.php?source=shortcut-question#quick-question",
      "icons": [
        {
          "src": "assets/app/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
