{
  "name": "王厚德个人网站",
  "short_name": "个人网站",
  "description": "王厚德的个人网站，包含音频播放器和有声读物",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f9f9f9",
  "theme_color": "#3498db",
  "icons": [
    {
      "src": "picture/1.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "picture/1.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "orientation": "portrait",
  "categories": ["entertainment", "music"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "音频播放器",
      "short_name": "音频",
      "description": "打开音频播放器",
      "url": "/index.html#audio",
      "icons": [{ "src": "picture/1.jpg", "sizes": "96x96" }]
    },
    {
      "name": "有声读物",
      "short_name": "读物",
      "description": "打开有声读物",
      "url": "/index.html#books",
      "icons": [{ "src": "picture/1.jpg", "sizes": "96x96" }]
    }
  ]
}