{
  "name": "Waldkraft Hub",
  "short_name": "Hub",
  "description": "Interne Verwaltungsplattform der Waldkraft GmbH",
  "start_url": "/chat/home",
  "display": "standalone",
  "background_color": "#e7e3d2",
  "theme_color": "#aab175",
  "orientation": "any",
  "lang": "de",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Aufgabe",
      "short_name": "Aufgabe",
      "description": "Schnell eine Aufgabe an einen Kollegen vergeben",
      "url": "/aufgabe-neu",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Meine Aufgaben",
      "short_name": "Aufgaben",
      "description": "Eigene und vergebene Aufgaben",
      "url": "/aufgaben",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
