{
  "name": "CHM 阅读器",
  "short_name": "CHM Reader",
  "description": "一款纯前端的本地 CHM 文件阅读器",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f9f9f9",
  "theme_color": "#005fb8",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/vnd.ms-htmlhelp": [".chm"]
      }
    }
  ]
}