{
  "id": "/",
  "name": "Dubhe Wallet",
  "short_name": "Dubhe",
  "description": "Self-custodial Sui wallet with passkey sign-in, QR transfers, portfolio views, and a curated DApp launcher.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf5f0",
  "theme_color": "#0a1128",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Receive",
      "short_name": "Receive",
      "url": "/receive"
    },
    {
      "name": "Send",
      "short_name": "Send",
      "url": "/send"
    },
    {
      "name": "Apps",
      "short_name": "Apps",
      "url": "/apps"
    }
  ]
}
