{
  "icons": [
    {
      "src": "icon_maskable.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon_384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icon_256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icon_192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon_128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icon_96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "name": "Flood",
  "short_name": "Flood",
  "display": "standalone",
  "start_url": "./index.html",
  "description": "Web UI for torrent clients",
  "background_color": "#ffffff",
  "theme_color": "#349cf4",
  "protocol_handlers": [
    {
      "protocol": "magnet",
      "url": "./index.html?action=add-urls&url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/x-bittorrent": [".torrent"]
      }
    }
  ]
}
