{
  "name": "Caseload for Aspect Housing",
  "short_name": "Caseload",
  "description": "Case-management tool for Aspect Housing support workers, supervisors, and admins.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1c1915",
  "theme_color": "#faf6ef",
  "categories": ["business", "productivity", "medical"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New session note",
      "short_name": "Record",
      "description": "Open the voice recorder to start a new KWSN",
      "url": "/record",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Case files",
      "short_name": "Cases",
      "description": "View all resident case files",
      "url": "/cases",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
