{
  "name": "我的人生记录本",
  "short_name": "人生记录本",
  "id": "/life-diary",
  "description": "记录每一个值得珍藏的瞬间——人生时间线、时光日记、心情统计。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f5f3",
  "theme_color": "#f2f5f3",
  "lang": "zh-CN",
  "categories": ["lifestyle", "health", "productivity"],
  "screenshots": [
    { "src": "_shot/real_timeline.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "人生时间线" },
    { "src": "_shot/real_diary.png", "sizes": "720x1280", "type": "image/png", "form_factor": "narrow", "label": "时光日记" }
  ],
  "shortcuts": [
    { "name": "写今日日记", "short_name": "写日记", "url": "./index.html?open=diary", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "记录人生经历", "short_name": "记经历", "url": "./index.html?open=timeline", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
