{
  "name": "qui",
  "short_name": "qui",
  "description": "Alternative WebUI for qBittorrent - manage your torrents with a modern interface",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en",
  "scope": "./",
  "categories": [
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "magnet",
      "url": "./add?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "./add",
      "accept": {
        "application/x-bittorrent": [
          ".torrent"
        ]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
