{
  "name": "短线金策 - AI股票分析系统",
  "short_name": "短线金策",
  "description": "量化信息整理工具，提供行情监控、策略分析与模拟实盘",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#1e3c72",
  "orientation": "any",
  "lang": "zh-CN",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/assets/brand/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/logo-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "个股分析",
      "short_name": "分析",
      "url": "/index.html#search",
      "icons": [{ "src": "/assets/brand/logo-icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "市场速览",
      "short_name": "行情",
      "url": "/index.html#market-overview",
      "icons": [{ "src": "/assets/brand/logo-icon.svg", "sizes": "96x96" }]
    }
  ]
}
