{
  "icons": [
    {
      "src": "/dispatcher/icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/dispatcher/icon_64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/dispatcher/icon_32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/dispatcher/icon_24x24.png",
      "sizes": "24x24",
      "type": "image/png"
    },
    {
      "src": "/dispatcher/icon_16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "name": "Enlite Dispatch",
  "short_name": "Enlite",
  "orientation": "portrait",
  "display": "standalone",
  "start_url": "/dispatcher/",
  "description": "Enlite allows seamless home or in-the-field connectivity from the cloud to your agency's LMR and Phone networks.",
  "background_color": "#000000",
  "theme_color": "#93272c",
  "shortcuts": [
    {
      "name": "Kiosk Login",
      "short_name": "Kiosk",
      "description": "Log in without seeing anything but the highest priority active mission",
      "url": "/dispatcher/#/kiosk-login",
      "icons": [
        {
          "src": "/usr/src/app/static/img/enlite-192.png",
          "sizes": [
            16,
            24,
            32,
            64
          ]
        },
        {
          "src": "/usr/src/app/static/img/enlite-512.png",
          "size": [
            512
          ]
        }
      ]
    }
  ]
}