{
  "$comment": "PWA manifest. Product is ReziScore (domain ReziScore.com). id/start_url/scope use relative paths so they bind to whatever origin serves the manifest — works on app.ReziScore.com in prod and on Vercel preview deploys.",
  "id": "/?source=pwa",
  "name": "ReziScore",
  "short_name": "ReziScore",
  "description": "ReziScore — the streamlined assisted living resident assessment workflow. Maryland Level of Care scoring (Form 4506). Multi-tenant, role-based, audit-tracked.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "medical", "health", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": []
}
