{
  "name": "牛出没 NewTruView · A 股看盘",
  "short_name": "牛出没",
  "description": "本地优先的 A 股看盘工作台：自选 / K 线 / 指标 / AI 多模型 / 复盘",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0d10",
  "theme_color": "#0b0d10",
  "orientation": "any",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "K 线图表",
      "url": "/?symbol=000001.SH",
      "description": "看正在关注的股票 K 线"
    },
    {
      "name": "我的自选",
      "url": "/?drawer=watchlist",
      "description": "打开自选股列表"
    },
    {
      "name": "AI 分析",
      "url": "/?drawer=ai",
      "description": "AI 多模型分析（BYOK）"
    },
    {
      "name": "指标",
      "url": "/?drawer=indicator",
      "description": "管理图表指标"
    }
  ]
}