{
  "name": "SycoTreat - Professional Psychology & Mental Health Support",
  "short_name": "SycoTreat",
  "description": "Find licensed psychologists, book secure online therapy, and access wellbeing resources.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f7fc",
  "theme_color": "#2c3e7a",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-US",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/assets/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "url": "/dashboard",
      "description": "View appointments, progress, and messages"
    },
    {
      "name": "Book Appointment",
      "url": "/appointments",
      "description": "Schedule a session with a psychologist"
    },
    {
      "name": "Wellbeing Resources",
      "url": "/resources",
      "description": "Explore articles and self‑care guides"
    }
  ]
}