{
  "name": "Banki — One account for you and your AI agents",
  "short_name": "Banki",
  "description": "Banki is the account that real people use to run their financial life and the AI agents they deploy — wallet, card, earn, and spend controls in one place.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#070b14",
  "theme_color": "#06b6d4",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "Open your Banki wallet",
      "url": "/dashboard?tab=pool",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Card",
      "short_name": "Card",
      "description": "Manage your Banki Card",
      "url": "/card/manage",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Points",
      "short_name": "Points",
      "description": "Check your Banki Points balance",
      "url": "/dashboard?tab=points",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "edge_side_panel": { "preferred_width": 480 },
  "launch_handler": { "client_mode": "auto" }
}
