Installer xbox-cloud-gaming-official-pwa

game:
  main_file: https://www.xbox.com/play
installer:
- input_menu:
    description: Override Electron binary to /usr/bin/electron?
    id: ELECTRON
    options:
    - /usr/bin/electron: 'true'
    - null: 'false'
    preselect: false
web:
  open_links: true
  runner_executable: $INPUT_ELECTRON
description: Opens the official Xbox Cloud Gaming PWA.
game_slug: xbox-cloud-gaming
gogslug: ''
humblestoreid: ''
installer_slug: xbox-cloud-gaming-official-pwa
name: Xbox Cloud Gaming
notes: "Use of electron version: v29.1.1 allowed the application to sign in and properly.\r\
  \nOverride in 'Runner Options > Custom Executable for Runner', or select 'yes' during\
  \ install prompt."
runner: web
script:
  game:
    main_file: https://www.xbox.com/play
  installer:
  - input_menu:
      description: Override Electron binary to /usr/bin/electron?
      id: ELECTRON
      options:
      - /usr/bin/electron: 'true'
      - null: 'false'
      preselect: false
  web:
    open_links: true
    runner_executable: $INPUT_ELECTRON
slug: xbox-cloud-gaming-official-pwa
steamid: null
version: Official PWA
year: 2021
{
  "game_slug": "xbox-cloud-gaming",
  "version": "Official PWA",
  "description": "Opens the official Xbox Cloud Gaming PWA.",
  "notes": "Use of electron version: v29.1.1 allowed the application to sign in and properly.\r\nOverride in 'Runner Options > Custom Executable for Runner', or select 'yes' during install prompt.",
  "name": "Xbox Cloud Gaming",
  "year": 2021,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "web",
  "slug": "xbox-cloud-gaming-official-pwa",
  "installer_slug": "xbox-cloud-gaming-official-pwa",
  "script": {
    "game": {
      "main_file": "https://www.xbox.com/play"
    },
    "installer": [
      {
        "input_menu": {
          "description": "Override Electron binary to /usr/bin/electron?",
          "id": "ELECTRON",
          "options": [
            {
              "/usr/bin/electron": "true"
            },
            {
              "null": "false"
            }
          ],
          "preselect": false
        }
      }
    ],
    "web": {
      "open_links": true,
      "runner_executable": "$INPUT_ELECTRON"
    }
  }
}
Back to game