{
  "name": "OKU Therapy",
  "short_name": "OKU",
  "description": "Inclusive, trauma-informed mental health care — book sessions, track your wellness, and access your clinical profile.",
  "start_url": "/dashboard/client",
  "display": "standalone",
  "background_color": "#f8f4ef",
  "theme_color": "#2d2d2d",
  "orientation": "portrait",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Session",
      "short_name": "Book",
      "description": "Book a therapy session",
      "url": "/dashboard/client/book",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Log Mood",
      "short_name": "Mood",
      "description": "Track your mood today",
      "url": "/dashboard/client/wellness",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ],
  "screenshots": []
}
