{
  "name": "Einkaufsliste kompakt",
  "short_name": "Einkauf",
  "description": "Schlanke Einkaufsliste mit Offline-Support",
  "lang": "de",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2b4a3f",
  "background_color": "#2b4a3f",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}