{
  "name": "CareCade",
  "short_name": "CareCade",
  "description": "Home care management platform for service providers supporting individuals with disabilities",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "medical"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard"
    },
    {
      "name": "Appointments",
      "url": "/appointments",
      "description": "View and manage appointments"
    },
    {
      "name": "Schedule",
      "url": "/schedule",
      "description": "View the schedule"
    },
    {
      "name": "Clients",
      "url": "/clients",
      "description": "Manage clients"
    }
  ]
}
