{
  "name":"Customer App",
  "short_name":"MoBiz",
  "start_url":"index.html",
  "display":"fullscreen", //the preferred display mode (look and feel)
  "background_color":"#fff", //color of the background until the stylesheet is loaded
  "description":"MoBiz customer app",
   "icons": [
    {
      "src": "res/icon/android/drawable-xxxhdpi-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
  
}