{
  "name": "Jala Live",
  "short_name": "Jala",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "app": {
    "permissions": [
      "unlimitedStorage",
      "notifications",
      "fullscreen"
    ]
  },
  "icons": [
    {
      "src": "icon/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "plus":{
    "statusbar": {
        "immersed": true
       }
  }
}