{
  "name": "Band",
  "short_name": "Band",
  "description": "Erste PWA",
  "start_url": "/",
  "theme_color": "blue",
  "background_color": "red",
  "display": "standalone",
  "icons": [
    {
      "src": "/share/pwa/band.svg",
      "sizes": "48x48 72x72 96x96 128x128 256x256 512x512"
    }
  ]
}