{
  "name": "Bauhelden Plancraft",
  "short_name": "Bauhelden",
  "description": "Projektplanung & Zeiterfassung für die Bauhelden GmbH",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#32313c",
  "theme_color": "#32313c",
  "lang": "de-DE",
  "scope": "/",
  "categories": ["business", "productivity"],
  "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": "Zeiterfassung",
      "short_name": "Check-In",
      "url": "/timesheet",
      "description": "Zur Zeiterfassung springen"
    },
    {
      "name": "Plantafel",
      "short_name": "Plan",
      "url": "/schedule",
      "description": "Mein Fahrplan"
    }
  ]
}
