{
  "name": "Freinet.Live",
  "short_name": "Freinet.Live",
  "lang": "de",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#b9c339",
  "theme_color": "#b9c339",
  "icons": [{
    "src": "assets/icon/icon.png",
    "sizes": "512x512",
    "type": "image/png"
  }],
  "shortcuts": [
    {
      "name": "Übersicht",
      "short_name": "Übersicht",
      "description": "Schneller Zugriff auf dein Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Meine Räume",
      "short_name": "Räume",
      "description": "Übersicht deiner Meeting-Räume",
      "url": "/rooms"
    }
  ]
}
