{
  "name": "ChainWallet - 数字货币钱包",
  "short_name": "ChainWallet",
  "description": "专业的数字货币钱包与DeFi平台，提供安全的资产管理、质押理财和行情分析服务",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d1b0f",
  "theme_color": "#0d1b0f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png", 
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png", 
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "查看余额",
      "short_name": "资产",
      "description": "快速查看钱包余额和资产",
      "url": "/wallet?utm_source=homescreen",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "市场行情",
      "short_name": "行情",
      "description": "查看实时市场行情数据",
      "url": "/market?utm_source=homescreen",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "质押理财",
      "short_name": "理财",
      "description": "管理质押理财产品",
      "url": "/staking?utm_source=homescreen",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "首页 - 资产概览和快捷操作"
    },
    {
      "src": "/screenshots/mobile-market.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "行情中心 - 实时价格数据"
    },
    {
      "src": "/screenshots/mobile-staking.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "质押理财 - 产品和收益管理"
    },
    {
      "src": "/screenshots/mobile-wallet.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "我的资产 - 钱包管理和交易记录"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}