{
  "name": "Cowallet — Self-custody wallet",
  "short_name": "Cowallet",
  "description": "Self-custody crypto wallet — EVM (12 chains) + Solana + Tron + Bitcoin. Auto-discovery + on-ramp + swap + dApp connect.",
  "start_url": "/wallet",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#111315",
  "theme_color": "#111315",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Receive",
      "short_name": "Receive",
      "url": "/receive",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Send",
      "short_name": "Send",
      "url": "/send",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Swap",
      "short_name": "Swap",
      "url": "/swap",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Connect dApps",
      "short_name": "Connect",
      "url": "/connect",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    { "protocol": "web+wc", "url": "/connect?uri=%s" }
  ]
}
