{
  "name": "Neon Tetris Arcade",
  "short_name": "Tetris",
  "description": "Modern neon-styled Tetris with SRS rotation, T-Spin detection, and arcade controls",
  "start_url": "/tetris.html",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#0a0a1a",
  "theme_color": "#ff00ff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%230a0a1a' width='100' height='100'/><rect fill='%2300ffff' x='10' y='10' width='25' height='25' rx='3'/><rect fill='%23ff00ff' x='38' y='10' width='25' height='25' rx='3'/><rect fill='%2300ff88' x='65' y='10' width='25' height='25' rx='3'/><rect fill='%23ffff00' x='10' y='38' width='25' height='25' rx='3'/><rect fill='%23ff3366' x='38' y='38' width='25' height='25' rx='3'/><rect fill='%234488ff' x='65' y='38' width='25' height='25' rx='3'/><rect fill='%23ff8800' x='25' y='65' width='50' height='25' rx='3'/></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
