{
  "name": "DoggyFontein — Mobile Pet Grooming",
  "short_name": "DoggyFontein",
  "description": "Book mobile dog & cat grooming in Cape Town. Professional groomers come to your door.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#172C57",
  "categories": ["lifestyle", "shopping"],
  "lang": "en-ZA",
  "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 a groom",
      "short_name": "Book",
      "description": "Book your next grooming appointment",
      "url": "/book?utm_source=pwa&utm_medium=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
