{
  "name": "Thesis Match Maker – HTW Berlin",
  "short_name": "Thesis Match Maker",
  "description": "Die zentrale Plattform der HTW Berlin für das Matchmaking zwischen Studierenden und Prüfer:innen",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#76B900",
  "background_color": "#FFFFFF",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/thesis-match-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/thesis-match-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Anfrage erstellen",
      "short_name": "Neue Anfrage",
      "description": "Neue Matching-Anfrage erstellen",
      "url": "/student/create",
      "icons": [
        {
          "src": "/thesis-match-favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Meine Anfragen",
      "short_name": "Anfragen",
      "description": "Meine Matching-Anfragen anzeigen",
      "url": "/student/requests",
      "icons": [
        {
          "src": "/thesis-match-favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Zum Dashboard gehen",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/thesis-match-favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
