{
  "name": "Sezvo — Banking, reimagined.",
  "short_name": "Sezvo",
  "description": "Multi-currency accounts, smart cards, savings, and investing — all in one beautifully designed app.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0A0A0B",
  "background_color": "#0A0A0B",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "1000x1000",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "1000x1000",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send money",
      "short_name": "Send",
      "url": "/transfers",
      "description": "Open the transfers screen"
    },
    {
      "name": "Cards",
      "short_name": "Cards",
      "url": "/cards",
      "description": "Manage your cards"
    },
    {
      "name": "Investments",
      "short_name": "Invest",
      "url": "/investments",
      "description": "View your portfolio"
    }
  ]
}
