{
  "name": "Maree-CareFlow",
  "short_name": "CareFlow",
  "description": "Australian Allied Health Practice Management",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "lang": "en-AU",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-circle-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "medical",
    "productivity",
    "business"
  ],
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "Book",
      "description": "Create a new appointment",
      "url": "/calendar?new=true",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Today",
      "description": "View today's appointments",
      "url": "/calendar?view=day",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
