{
  "name": "60% – Office Quote Tracker",
  "short_name": "60%",
  "description": "Erfassung und Steuerung der 60%-Büropräsenz mit Puffer-/Konto-Modell. Läuft vollständig offline im Browser.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f5f9",
  "theme_color": "#4f46e5",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Kalender", "short_name": "Kalender", "url": "./index.html#cal" },
    { "name": "Einstellungen", "short_name": "Settings", "url": "./index.html#set" }
  ]
}
