{
  "name": "智优股 - 智能股票分析系统",
  "short_name": "智优股",
  "description": "专业的股票分析工具，提供智能选股、资金流向分析、风险预警等功能",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080f1a",
  "theme_color": "#1989fa",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "business", "utilities"],
  "shortcuts": [
    {
      "name": "智能选股",
      "short_name": "选股",
      "url": "/screener",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "风险预警",
      "short_name": "预警",
      "url": "/risk-warning",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "资金流向",
      "short_name": "资金",
      "url": "/fund-flow",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
