{
  "name": "Remstal-Spielgolf Zeiterfassung",
  "short_name": "Remstal Zeit",
  "description": "Zeiterfassung für Remstal Spielgolf – lokal im Browser gespeichert und offline nutzbar.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2f7d2c",
  "lang": "de-DE",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}