{
  "name": "Helm Advisor",
  "short_name": "Helm Advisor",
  "description": "The advisor workspace — clients, planning, queue, and SLAs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Clients",
      "url": "/clients",
      "description": "All client households"
    },
    {
      "name": "Reports",
      "url": "/reports",
      "description": "Generate and review reports"
    },
    {
      "name": "Audit log",
      "url": "/audit-log",
      "description": "Recent firm activity"
    }
  ],
  "file_handlers": [
    {
      "action": "/clients",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".csv"],
        "application/x-ofx": [".ofx", ".qfx"],
        "application/vnd.intu.qfx": [".qfx"],
        "application/x-qif": [".qif"],
        "application/pdf": [".pdf"]
      },
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/clients",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "text/csv",
            "application/vnd.ms-excel",
            ".csv",
            ".ofx",
            ".qfx",
            ".qif",
            "application/pdf",
            ".pdf"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+helm-advisor",
      "url": "/?deeplink=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  }
}
