{
  "name": "ZenWallet",
  "short_name": "ZenWallet", 
  "description": "Secure multi-chain wallet with DeFi integration and advanced features",
  "start_url": "/wallet.html",
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#6B46C1",
  "orientation": "any",
  "categories": ["finance", "productivity", "utilities", "security"],
  "lang": "en", 
  "scope": "/",
  "icons": [
    {
      "src": "/assets/icons/zenwallet-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/zenwallet-512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/zenwallet-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/zenwallet-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/zenwallet-128.png", 
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/zenwallet-144.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Tokens",
      "short_name": "Send",
      "description": "Transfer tokens and cryptocurrencies",
      "url": "/wallet.html#send",
      "icons": [
        {
          "src": "/assets/icons/send-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Receive",
      "short_name": "Receive", 
      "description": "Generate receive addresses and QR codes",
      "url": "/wallet.html#receive",
      "icons": [
        {
          "src": "/assets/icons/receive-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Portfolio Balance",
      "short_name": "Balance",
      "description": "View multi-chain portfolio balance",
      "url": "/wallet.html#balance",
      "icons": [
        {
          "src": "/assets/icons/balance-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Transaction History",
      "short_name": "History", 
      "description": "View complete transaction history",
      "url": "/wallet.html#history",
      "icons": [
        {
          "src": "/assets/icons/history-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/zenwallet-desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ZenWallet interface on desktop"
    },
    {
      "src": "/assets/screenshots/zenwallet-mobile.png",
      "sizes": "540x720", 
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ZenWallet mobile experience"
    }
  ],
  "features": [
    "Multi-chain wallet support (8+ blockchains)",
    "Secure private key management", 
    "DeFi protocol integration",
    "Real-time portfolio tracking",
    "QR code generation and scanning",
    "Transaction history and analytics",
    "Offline balance viewing"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp", 
      "url": "https://polyglot.fi/zenwallet-embed.html"
    }
  ]
}
