{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Lumen Read",
  "short_name": "Lumen Read",
  "description": "Redefine EPUB reader",
  "icons": [
    {
      "src": "/icons/192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icons/512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icons/maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#fff",
  "background_color": "#fff",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/epub+zip": ".epub",
        "application/epub": ".epub"
      },
      "launch_type": "single-client"
    }
  ]
}
