{
  "id": "./index.html",
  "name": "盛象财富",
  "short_name": "盛象财富",
  "description": "盛象财富移动应用，提供财富管理、资产查看与推广服务。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8F9FC",
  "theme_color": "#0B1638",
  "prefer_related_applications": false,
  "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 maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "首页",
      "short_name": "首页",
      "description": "打开盛象财富首页",
      "url": "./index.html?page=home"
    },
    {
      "name": "我的资产",
      "short_name": "资产",
      "description": "打开我的持仓与资产页面",
      "url": "./index.html?page=holdings"
    },
    {
      "name": "推广中心",
      "short_name": "推广",
      "description": "打开团队与推广页面",
      "url": "./index.html?page=promo"
    }
  ]
}
