{
  "name": "Stundenaufzeichnung",
  "short_name": "Stundenerfassung",
  "description": "Stempeluhr, Schichtplan und Lohnexport in einer App",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFC",
  "theme_color": "#3B82F6",
  "lang": "de",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%233B82F6'/><stop offset='1' stop-color='%231E3A8A'/></linearGradient></defs><rect width='192' height='192' rx='36' fill='url(%23g)'/><path d='M132 56 A 60 60 0 1 0 132 136' stroke='%23fff' stroke-width='14' stroke-linecap='round' fill='none'/><path d='M60 96 L 88 116 L 162 30' stroke='%23fff' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%233B82F6'/><stop offset='1' stop-color='%231E3A8A'/></linearGradient></defs><rect width='512' height='512' rx='96' fill='url(%23g)'/><path d='M352 152 A 160 160 0 1 0 352 360' stroke='%23fff' stroke-width='38' stroke-linecap='round' fill='none'/><path d='M160 256 L 232 312 L 432 80' stroke='%23fff' stroke-width='42' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mitarbeiter-App",
      "short_name": "Mitarbeiter",
      "description": "Direkt zur Mitarbeiter-Anmeldung (Stempeln + Stunden + Mein QR)",
      "url": "/app.html?mode=ma"
    },
    {
      "name": "Stempeluhr (Kiosk)",
      "short_name": "Kiosk",
      "description": "Direkt zur Stempeluhr (Kiosk-Tablet im Eingang)",
      "url": "/app.html?mode=kiosk"
    },
    {
      "name": "Arbeitgeber-Login",
      "short_name": "Admin",
      "description": "Direkt zum Arbeitgeber-Bereich",
      "url": "/app.html?mode=admin"
    }
  ]
}
