{
  "name": "庄家意图量化系统",
  "short_name": "庄家意图",
  "description": "基于《庄家意图》理论的A股分析平台",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#667eea",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "选股分析",
      "short_name": "选股",
      "url": "/screener",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "持仓管理",
      "short_name": "持仓",
      "url": "/holdings",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "DDE主力选股",
      "short_name": "DDE",
      "url": "/dde-screener",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
