{
  "short_name": "Magic Cube",
  "name": "Magic Cube Puzzle",
  "display": "standalone",
  "start_url": "https://cube-puzzle.com/index.html",
  "scope": "https://cube-puzzle.com/",
  "description": "A magic cube puzzle simulator web app for touch devices and desktop computers. The app renembers every move you make, so you can go back from any point. The cube uses partially transparent sides, so you can always see every side anytime. For learing how to solve the cube, some basic moves are already integrated. This is a 3D Magic Cube simulator as web app for all devices ready to play without installation. The Magic Cube, also called the Rubik's Cube, is a 3D combination puzzle invented in 1974 by Hungarian sculptor and professor of architecture Ernő Rubik.",
  "version": "1.1",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://cube-puzzle.com/logos/logo-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "https://cube-puzzle.com/logos/logo-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}