{
  "name": "BrainBox Academy",
  "short_name": "BrainBox",
  "description": "Interactive science, maths and coding for young learners — 3D labs, live quiz matches against schoolmates, and brain-training games.",
  "id": "/",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "lang": "en",
  "dir": "auto",
  "categories": ["education", "kids"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/favicon-16.png",        "sizes": "16x16",   "type": "image/png" },
    { "src": "/icons/favicon-32.png",        "sizes": "32x32",   "type": "image/png" },
    { "src": "/icons/icon-96.png",           "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-144.png",          "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon.svg",              "sizes": "any",     "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Competition Arena",
      "short_name": "Arena",
      "description": "Race your schoolmates through maths and Python questions",
      "url": "/arena?src=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Brain Gym",
      "short_name": "Brain Gym",
      "description": "Memory, attention, logic and speed training",
      "url": "/brain?src=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Study Rooms",
      "short_name": "Rooms",
      "description": "Video and chat with your schoolmates",
      "url": "/meet?src=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Your XP, badges and progress",
      "url": "/profile?src=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
