{
  "id": "/backoffice",
  "name": "Randori Pro Ticketsystem",
  "short_name": "Tickets",
  "description": "Anfragen aus allen Bereichen bearbeiten – Randori Pro Backoffice",
  "lang": "de",
  "dir": "ltr",
  "start_url": "/backoffice",
  "scope": "/backoffice",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#f8f7f4",
  "categories": [
    "productivity",
    "business"
  ],
  "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": "Neue Antworten",
      "short_name": "Antworten",
      "description": "Tickets mit neuer Rückmeldung der Einreicher:innen",
      "url": "/backoffice?ansicht=antworten",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Auswertungen",
      "short_name": "Zahlen",
      "description": "Durchlaufzeiten und Verlauf",
      "url": "/backoffice?ansicht=statistik",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
