{
  "id": "/?app=rosie",
  "name": "R.O.S.I.E. - Workforce Platform",
  "short_name": "Rosie",
  "description": "Prädiktive Workforce-Plattform für die Schweizer Pflege. KI-gestützt, DSG-konform, offline-fähig.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "focus-existing" },
  "handle_links": "preferred",
  "background_color": "#FBF1E7",
  "theme_color": "#3B2A63",
  "orientation": "portrait-primary",
  "categories": ["healthcare", "business", "productivity"],
  "lang": "de-CH",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Krank melden",
      "short_name": "Krank",
      "description": "Sofort eine Krankmeldung absetzen",
      "url": "./index.html?action=sick",
      "icons": [{ "src": "./icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Schicht tauschen",
      "short_name": "Tausch",
      "description": "Eine Tausch-Anfrage stellen",
      "url": "./index.html?action=mutation",
      "icons": [{ "src": "./icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Schichtwunsch eintragen",
      "short_name": "Wunsch",
      "description": "Einen Dienstwunsch erfassen",
      "url": "./index.html?action=wish",
      "icons": [{ "src": "./icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "screenshots": []
}
