{
  "id": "/",
  "name": "GamifyTL - Live Classroom Games",
  "short_name": "GamifyTL",
  "description": "Create live gamified classroom and training sessions that participants join with a room code or QR.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#FF3B30",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png?v=gamifytl-3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=gamifytl-3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png?v=gamifytl-3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Join a game",
      "short_name": "Join",
      "description": "Enter a room code or scan a QR to join a live session.",
      "url": "/join",
      "icons": [{ "src": "/icon-192.png?v=gamifytl-3", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Create a room",
      "short_name": "Create",
      "description": "Open the author workspace and launch a new session.",
      "url": "/author/create",
      "icons": [{ "src": "/icon-192.png?v=gamifytl-3", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
