{
  "short_name": "sitta.pro",
  "name": "sitta.pro",
  "description": "sitta.pro — read books in their original language.",
  "icons": [
    {
      "src": "/icon.svg?v=2",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg?v=2",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "start_url": "/index.html",
  "background_color": "#ffffff",
  "theme_color": "#121212",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "/index.html",
      "accept": {
        "application/epub+zip": [".epub"]
      }
    }
  ]
}