{
  "short_name": "Unity Charger",
  "name": "Unity Charger",
  "icons": [
    {
      "src": "icons/Kugel192_192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icons/Kugel512_512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "index.html",
  "background_color": "#222222",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#222222",
  "shortcuts": [
    {
      "name": "Information",
      "short_name": "Information",
      "description": "Information",
      "url": "index.html",
      "icons": [{ "src": "icons/Kugel192_192.png", "sizes": "192x192" }]
    }
  ],
  "description": "Customer Information",
  "screenshots": [
    {
      "src": "images/Screenshot1.jpg",
      "type": "image/jpg",
      "sizes": "800x600"
    },
    {
      "src": "images/Screenshot2.jpg",
      "type": "image/jpg",
      "sizes": "800x600"
    }
  ]
}