{
  "name": "智能定投执行助手",
  "short_name": "定投助手",
  "description": "家庭智能定投助手——红利低波 KDJ 五档调度 + 黄金守卫 + 国债压舱石。每两周打开一次，照着卡片点就行。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f7fb",
  "theme_color": "#3a5bdc",
  "lang": "zh-CN",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "更新行情",
      "url": "/",
      "description": "快速更新本周 KD 大数据，看是否买入"
    },
    {
      "name": "记账台账",
      "url": "/?tab=ledger",
      "description": "查看和录入定投记录"
    }
  ]
}