{
  "name": "爱弗康威 · 中医健康智能平台",
  "short_name": "爱弗康威",
  "description": "以中医文化为底色，以现代健康科技为方法",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#B8332B",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "lang": "zh-CN",
  "dir": "ltr",
  "scope": "/",
  "display_override": ["standalone", "minimal-ui"],
  "shortcuts": [
    {
      "name": "八字排盘",
      "url": "/bazi",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    },
    {
      "name": "健康 AI",
      "url": "/health-ai",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    },
    {
      "name": "学习系统",
      "url": "/study",
      "icons": [{"src": "/icon.svg", "sizes": "any"}]
    }
  ]
}