{
  "name": "Reader Games — Read & Play",
  "short_name": "readergames",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f2f1ed",
  "lang": "en-US",
  "scope": "/",
  "description": "Free local ebook reader (TXT/PDF/EPUB) and online casual games. Play Gomoku, 2048, Tetris. All reading data stored locally.",
  "theme_color": "#f2f1ed",
  "orientation": "portrait-primary",
  "categories": [
    "books",
    "education",
    "entertainment",
    "games"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "打开阅读器",
      "short_name": "阅读",
      "description": "打开本地书籍",
      "url": "/reader",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "游戏大厅",
      "short_name": "游戏",
      "description": "休闲游戏合集",
      "url": "/games",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": []
}
