{
  "name": "WashOS Dashboard",
  "short_name": "WashOS",
  "description": "Betriebssystem für Waschsalons — Live-Status, Finanzen, Wartung und Fernsteuerung",
  "start_url": "./washos-dashboard.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f6f1",
  "theme_color": "#2d9cdb",
  "lang": "de",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/washos-icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/washos-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/washos-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/washos-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/washos-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live-Status",
      "short_name": "Live",
      "description": "Alle Maschinen in Echtzeit",
      "url": "./washos-dashboard.html#maschinen"
    },
    {
      "name": "Umsatz",
      "short_name": "Umsatz",
      "description": "Finanzübersicht",
      "url": "./washos-dashboard.html#finanzen"
    },
    {
      "name": "Alarme",
      "short_name": "Alarme",
      "description": "Aktive Warnungen",
      "url": "./washos-dashboard.html#alarme"
    }
  ]
}
