{
  "name": "人生记录手册",
  "short_name": "人生记录",
  "description": "记录日常生活、美食、旅行、穿搭、家人朋友等美好时刻",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#87CEEB",
  "theme_color": "#4A9EC8",
  "orientation": "portrait",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ]
}