{
  "name": "Utility Billing 4",
  "description": "CUSI's fourth generation utility billing product, UB4, is a fully-hosted, browser-based utility billing application.",
  "short_name": "UB4",
  "theme_color": "#4c6fa6",
  "background_color": "rgba(255,255,255,0)",
  "display": "minimal-ui",
  "display_override": [ "tabbed", "minimal-ui" ],
  "start_url": "./",
  "scope": "/",
  "icons": [
    {
      "src": "images/icons/icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "splash_pages": null,
  "launch_handler": {
    "client_mode": "auto"
  },
  "shortcuts": [
    {
      "name": "Account Search",
      "url": "/accounts",
      "icons": [
        {
          "src": "images/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Make a Payment",
      "url": "/payment",
      "icons": [
        {
          "src": "images/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reports",
      "url": "/reports",
      "icons": [
        {
          "src": "images/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}