{
  "icons": [
    {
      "src": "./icons/icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./icons/icon_256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "./icons/icon_128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    }
  ],
  "name": "Eylo VoIP",
  "short_name": "Eylo",
  "orientation": "landscape",
  "display": "standalone",
  "start_url": "/",
  "description": "This is the Eylo for Web application",
  "background_color": "#312e81",
  "theme_color": "#312e81",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+tel",
      "url": "/#/home?number=%s"
    }
  ]
}