{
  "name": "Mediathek",
  "short_name": "Mediathek",
  "description": "Deine Schatztruhe für Trainings, Seminare und Coachinggespräche",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#9FBAE3",
  "theme_color": "#9FBAE3",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Alle Themen",
      "short_name": "Themen",
      "description": "Alle Mediathek-Themen anzeigen",
      "url": "/",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Suche",
      "short_name": "Suche",
      "description": "Themen durchsuchen",
      "url": "/?shortcut=search",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meine Favoriten",
      "short_name": "Favoriten",
      "description": "Gespeicherte Favoriten öffnen",
      "url": "/?shortcut=favorites",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}