{
  "name": "个人成长数据系统",
  "short_name": "成长打卡",
  "description": "个人成长、身体健康、饮食、事件和 AI 分析打卡系统。",
  "start_url": "./index.html?view=checkin",
  "scope": "./",
  "display": "standalone",
  "background_color": "#071018",
  "theme_color": "#071018",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日打卡",
      "short_name": "打卡",
      "url": "./index.html?view=checkin",
      "description": "直接打开今日打卡页面"
    },
    {
      "name": "饮食记录",
      "short_name": "饮食",
      "url": "./index.html?view=diet",
      "description": "记录饮食文本日记"
    }
  ]
}
