{
    "short_name": "Webex Meet",
    "name": "Webex Meet",
    "display": "standalone",
    "start_url": "./",
    "scope": "./",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "description": "Webex Meetings for Chrome PWA",
    "protocol_handlers": [
        {
          "protocol": "web+webmeeting",
          "url": "./?type=%s"
        }
      ],
    "icons": [
      {
        "src": "icons/homescreen48.png",
        "sizes": "48x48",
        "type": "image/png"
      },
      {
        "src": "icons/homescreen72.png",
        "sizes": "72x72",
        "type": "image/png"
      },
      {
        "src": "icons/homescreen96.png",
        "sizes": "96x96",
        "type": "image/png"
      },
      {
        "src": "icons/homescreen144.png",
        "sizes": "144x144",
        "type": "image/png"
      },
      {
        "src": "icons/homescreen168.png",
        "sizes": "168x168",
        "type": "image/png"
      },
     {
       "src": "icons/homescreen512.png",
       "sizes": "512x512",
       "type": "image/png"
     }
    ]
  }