{
  "name": "GPO-Prozesserhebung",
  "short_name": "Prozesserhebung",
  "description": "KI-gestütztes Prozesserhebungstool für die Abteilung Zentraler Service, SenASGIVA Berlin",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#003B6F",
  "background_color": "#F4F6F9",
  "lang": "de",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Erhebung",
      "short_name": "Neu",
      "description": "Starten Sie eine neue Prozesserhebung",
      "url": "/#/editor/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bibliothek",
      "short_name": "Bibliothek",
      "description": "Alle Erhebungen durchsuchen",
      "url": "/#/bibliothek",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
