{
  "name": "SlugBook",
  "short_name": "SlugBook",
  "description": "GPU-accelerated EPUB reader with analytical Bezier curve rendering",
  "start_url": "/reader.html",
  "display": "standalone",
  "background_color": "#1a1814",
  "theme_color": "#2c2520",
  "orientation": "any",
  "icons": [
    {
      "src": "favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/reader.html",
      "accept": {
        "application/epub+zip": [".epub"]
      }
    }
  ],
  "share_target": {
    "action": "/reader.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "epub",
          "accept": ["application/epub+zip", "application/octet-stream", ".epub"]
        }
      ]
    }
  }
}
