{
  "name": "Simon Kelly Counselling",
  "short_name": "SK Counselling",
  "description": "Professional counselling services including individual therapy, family counselling, youth support, and professional development.",
  "start_url": "/",
  "icons": [
    {
      "src": "/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#6b5ca5",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-AU",
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "url": "/contact",
      "description": "Book a counselling appointment"
    },
    {
      "name": "View Services",
      "url": "/services",
      "description": "Browse our counselling services"
    }
  ]
}