{
  "name": "Essential Auto Spa",
  "short_name": "EssentialAutoSpa",
  "description": "LA's premier mobile auto detailing. Book in seconds — we come to you.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["lifestyle", "shopping"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book Now",
      "description": "Open the booking form",
      "url": "/?booking=open",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
