{
  "id": "/",
  "lang": "en",
  "name": "Cruze Games",
  "short_name": "Cruze",
  "description": "Cruze Games - interactive games and learning experiences from Cruze Intelligent Systems. Free, responsive, and installable on supported devices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07111f",
  "theme_color": "#0b1220",
  "categories": ["games", "entertainment", "education"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/storefront-wide.svg",
      "sizes": "1440x900",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Cruze Games storefront with featured games and catalog"
    },
    {
      "src": "/screenshots/player-mobile.svg",
      "sizes": "1242x2688",
      "type": "image/svg+xml",
      "label": "Cruze Games mobile theater player with clean embedded controls"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Games",
      "short_name": "Games",
      "description": "Jump straight into the live catalog.",
      "url": "/games.html",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Recently Played",
      "short_name": "Recent",
      "description": "Open the recently played section.",
      "url": "/#recent",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
