{
  "name": "ZeroX Frontend",
  "short_name": "ZeroX",
  "description": "ZeroX 前端应用",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/static/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "首页",
      "short_name": "首页",
      "description": "打开应用首页",
      "url": "/",
      "icons": [
        {
          "src": "/static/logo.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
