{
  "name": "HSE-Portal",
  "short_name": "HSE",
  "description": "Internes HSE-Portal mit automatischen Benachrichtigungen fuer Schulungen, Checklisten und Vorfaelle.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#0f5644",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vorfall melden",
      "short_name": "Vorfall",
      "url": "/vorfaelle/neu",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Checklisten",
      "short_name": "Checks",
      "url": "/checklisten",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Schulungen",
      "short_name": "Training",
      "url": "/schulungen",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
