{
  "name": "QuizTreff",
  "short_name": "QuizTreff",
  "description": "Dein futuristisches Quizstudio im Browser",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0b12",
  "theme_color": "#ff4fd8",
  "categories": ["games", "entertainment", "education"],
  "lang": "de",
  "icons": [
    {
      "src": "/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Quiz starten",
      "short_name": "Spielen",
      "url": "/singleplayer/",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Lobby beitreten",
      "short_name": "Beitreten",
      "url": "/lobby/join.php",
      "icons": [{ "src": "/assets/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
