{
  "name": "Helm — Live Financial Planning",
  "short_name": "Helm",
  "description": "Live planning and net-worth tracking for households and the advisors who serve them.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "See your live net worth"
    },
    {
      "name": "Money",
      "url": "/money",
      "description": "Transactions, bills and budgets"
    },
    {
      "name": "Planning",
      "url": "/planning",
      "description": "Run a Monte Carlo scenario"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "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": "/import",
    "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"
          ]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+helm",
      "url": "/?deeplink=%s"
    }
  ]
}
