{
  "name": "Jans IRC",
  "short_name": "Jans IRC",
  "description":"Small IRC Server",
  "id": "https://chat.jap.li/",
  "start_url": "https://chat.jap.li/",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "protocol_handlers": [
    {
      "protocol": "irc",
      "url": "https://chat.jap.li/?open=%s"
    },
    {
      "protocol": "ircs",
      "url": "https://chat.jap.li/?open=%s"
    }
  ],
  "icons": [
    {
      "purpose": "any",
      "src": "https://chat.jap.li/assets/icon_512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "purpose": "any",
      "src": "https://chat.jap.li/assets/icon_192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "https://chat.jap.li/assets/mask_512.png",
      "type": "image/png"
    },
    {
      "purpose": "maskable",
      "sizes": "192x192",
      "src": "https://chat.jap.li/assets/mask_192.png",
      "type": "image/png"
    }
  ]
}