{
  "name": "Cube Solver: Online Rubik's Cube Simulator",
  "short_name": "Cube Solver",
  "description": "Online Rubik's Cube, 4x4x4 and other NxNxN cube solver and simulator.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#141a21",
  "background_color": "#000000",
  "categories": ["games", "education", "puzzle"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
