{
  "id": "./",
  "name": "FireCube Method",
  "short_name": "FireCube",
  "description": "Interactive Rubik's Cube teaching built on the FireStorm cube engine, with guided lessons, smart-cube feedback, practice, and FireStorm play.",
  "start_url": "./index.html?v=fcm-v1a2",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#030201",
  "theme_color": "#050201",
  "prefer_related_applications": false,
  "categories": [
    "education",
    "games"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Learn with FireCube",
      "short_name": "Learn",
      "url": "./index.html#learn",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}