{
  "name": "MyIT Library",
  "short_name": "Library",
  "description": "Open community online library",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "lang": "ru",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Upload book", "url": "/upload" },
    { "name": "My books", "url": "/my/books" },
    { "name": "Favorites", "url": "/favorites" }
  ]
}
