{
  "name": "Bouncing Bubble Popper",
  "short_name": "BubblePopper",
  "description": "An interactive physics canvas featuring bouncing bubbles. Tap to trigger chain-reaction shockwaves that pop bubbles into neon sparks.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#05050a",
  "theme_color": "#ff007f",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}