{
  "name": "Bloom Nails & Beauty",
  "short_name": "Bloom",
  "description": "Where Beauty Blossoms — Luxury nail artistry and bespoke beauty treatments",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF5F5",
  "theme_color": "#5E2E2B",
  "orientation": "portrait-primary",
  "categories": ["beauty", "lifestyle", "business"],
  "icons": [
    {
      "src": "/images/bloom-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/bloom-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "lang": "en-ZA",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "service_worker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "shortcuts": [
    {
      "name": "Book Now",
      "url": "/?view=booking",
      "icons": [{ "src": "/images/bloom-logo.png", "sizes": "96x96" }]
    }
  ]
}