{
  "id": ".",
  "short_name": "CORVUM",
  "name": "Corvum Communications Platform",
  "icons": [
    {
      "src": "raven64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "raven180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "raven192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "raven512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "./",
  "display": "standalone",
  "display_override": ["fullscreen", "minimal-ui"],
  "theme_color": "#D2C8F3",
  "background_color": "#ffffff",
  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "./dashboard/overview?call=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing"]
  },
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "1280x718",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homescreen with ongoing call"
    },
    {
      "src": "screenshot-2.png",
      "sizes": "1280x718",
      "type": "image/png",
      "form_factor": "wide",
      "label": "List of communications"
    }
  ]
}
