{
    "name": "Meine PWA",
    "short_name": "PWA",
    "description": "Eine tolle Progressive Web App",
    "icons": [
      {
        "src": "/images/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/images/icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "start_url": "/index.html",
    "background_color": "#ffffff",
    "display": "standalone",
    "theme_color": "#3367D6",
    "orientation": "any"
  }
  