{
  "name": "Ardix App",
  "short_name": "Ardix",
  "description": "Service ERP für Techniker und Büro",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#132430",
  "theme_color": "#57c7c2",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/api/icon/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/api/icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Aufträge",
      "short_name": "Aufträge",
      "url": "/orders",
      "description": "Alle Aufträge"
    },
    {
      "name": "Tagesplan",
      "short_name": "Heute",
      "url": "/technician",
      "description": "Tagesplan für Techniker"
    },
    {
      "name": "Zeiterfassung",
      "short_name": "Zeit",
      "url": "/time-entries/new",
      "description": "Zeit erfassen"
    }
  ]
}
