{
  "name": "人生博物馆 · Life Museum",
  "short_name": "人生博物馆",
  "description": "记录人生每个阶段的故事、照片、人物与足迹",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1614",
  "theme_color": "#c9a961",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["lifestyle", "social", "photo"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "写日记",
      "short_name": "日记",
      "url": "./index.html?action=diary",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "发布动态",
      "short_name": "动态",
      "url": "./index.html?action=post",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ]
}