{
    "name": "Rubik's Cube Solver",
    "short_name": "RubikSolver",
    "description": "Interactive 3D Rubik's Cube with step-by-step solver",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#00f0ff",
    "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
    ]
}
