{
  "name": "拾卷",
  "short_name": "拾卷",
  "description": "本地导入型 TXT 小说阅读应用",
  "start_url": "./index.html?v=25",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f2ea",
  "theme_color": "#f5f2ea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"],
        "application/epub+zip": [".epub"]
      }
    }
  ]
}
