{
  "id": "/",
  "name": "lis10book.com — аудиокниги",
  "short_name": "lis10book",
  "description": "Аудиокниги слушать онлайн и без интернета",
  "start_url": "/?from=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "ru",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "categories": [
    "books",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Мои книги офлайн",
      "short_name": "Офлайн",
      "url": "/offline/library.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}