{
  "name": "Test Tubes Puzzle",
  "short_name": "Test Tubes Puzzle",
  "description": "Pure JS Edition A classic liquid sorting puzzle built with zero dependencies. This project demonstrates the power of Vanilla JavaScript and CSS Flexbox/Transitions to create smooth, interactive gameplay and logic without the overhead of frameworks. Simple, fast, and lightweight.",
  "start_url": "/test-tubes/",
  "scope": "/test-tubes/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}


