{
  "name": "BinaryBits — Learn Binary Math",
  "short_name": "BinaryBits",
  "description": "Master binary numbers, bitwise thinking, and how computers store data — through interactive games and challenges.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f7ff",
  "theme_color": "#4fb3d4",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — choose your learning topic"
    }
  ],
  "shortcuts": [
    {
      "name": "Counting in Binary",
      "url": "/?topic=2",
      "description": "Jump straight into the interactive 8-bit switch lesson"
    },
    {
      "name": "Binary Drop Game",
      "url": "/?game=binary-drop",
      "description": "Play the Binary Drop arcade game"
    }
  ]
}
