{
  "name": "Z Reader",
  "short_name": "Z Reader",
  "description": "A refined online EPUB reading experience",
  "start_url": "/shelf",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "education", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Books",
      "short_name": "Books",
      "url": "/shelf",
      "description": "View your book library"
    }
  ]
}