{
  "name": "Bewerbio Bewerter",
  "short_name": "Bewerbio",
  "description": "Offline-faehige Bewertungsapp fuer Jugend Rotkreuz Bewerbe",
  "start_url": "/bewerter/spa",
  "scope": "/bewerter/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#dc3545",
  "background_color": "#ffffff",
  "lang": "de-AT",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/favicon/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/static/img/logo.png",
      "sizes": "640x480",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Station auswaehlen",
      "short_name": "Station",
      "description": "Station fuer Bewertung auswaehlen",
      "url": "/bewerter/spa?action=select_station",
      "icons": [
        {
          "src": "/static/favicon/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Teams anzeigen",
      "short_name": "Teams",
      "description": "Verfuegbare Teams anzeigen",
      "url": "/bewerter/spa?action=show_teams",
      "icons": [
        {
          "src": "/static/favicon/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}