{
  "name": "CHESS Client Portal",
  "short_name": "CHESS",
  "description": "Case management and advocacy portal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6C8EEF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/chess-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/chess-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Cases",
      "short_name": "Cases",
      "description": "View all cases",
      "url": "/cases",
      "icons": [
        {
          "src": "/chess-favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "View all clients",
      "url": "/clients",
      "icons": [
        {
          "src": "/chess-favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View all tasks",
      "url": "/tasks",
      "icons": [
        {
          "src": "/chess-favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
