{
  "short_name": "JaxX",
  "name": "Web App Manifest",
  "theme_color": "#000",
  "background_color": "#000000",
  "display": "fullscreen",
  "Scope": "/",
  "orientation": "portrait",
  "icons": [
    {
      "src": "app_icon.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "app_icon.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "app_icon.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "start_url": "V10/index.html?utm_source=homescreen"
}