{
  "name": "A Medical Billing ERP Software",
  "short_name": "Medical Billing ERP Software - Ultrabox",
  "start_url": "/",
  "scope": "/", //New 13_May
  "display": "standalone", //"fullscreen",
  "orientation": "portrait", //New 13_May
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "lang": "en", //New 13_May

  "protocol_handlers": [
    {
      "protocol": "web+myapp",
      "url": "/?type=%s"
    }
  ],

  "icons": [
    //{
    //  "src": "/Content/PWA/icons/icon-192x192.png",
    //  "type": "image/png",
    //  "sizes": "192x192"
    //},
    {
      "src": "/PWA/icons/Icon-192x192_Plus.ico",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/PWA/icons/Icon-512x512_Plus.ico",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}