{
  "name": "NWP Client Portal",
  "short_name": "NWP Portal",
  "description": "Secure client portal — Northwest Psychiatry LLC",
  "start_url": "/portal/dashboard",
  "scope": "/portal/",
  "display": "standalone",
  "background_color": "#142136",
  "theme_color": "#142136",
  "orientation": "portrait-primary",
  "categories": ["health", "medical"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Messages", "url": "/portal/dashboard?tab=messages", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Medications", "url": "/portal/dashboard?tab=medications", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
