{
  "name": "Brainys - Neural Trivia Metaverse",
  "short_name": "Brainys",
  "description": "AI-powered trivia platform with quantum computing and neural networks",
  "version": "2.0.0",
  "manifest_version": 3,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#00F5FF",
  "background_color": "#0A0A0F",
  "categories": ["education", "games", "entertainment"],
  "lang": "en",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Start Neural Journey",
      "short_name": "Play",
      "description": "Begin your learning adventure",
      "url": "/create-game.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Neural Dashboard",
      "short_name": "Dashboard",
      "description": "View your progress and stats",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
