{
  "name": "Two Can Talk Speech Therapy Platform",
  "short_name": "Two Can Talk",
  "description": "Professional speech therapy management platform for scheduling, client management, and billing",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/toucan.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health", "productivity", "business"],
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard overview",
      "url": "/staff/dashboard",
      "icons": [
        {
          "src": "/toucan.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "Manage appointments",
      "url": "/staff/appointments",
      "icons": [
        {
          "src": "/toucan.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "View and manage clients",
      "url": "/staff/clients",
      "icons": [
        {
          "src": "/toucan.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": []
}
