Skip to content

Instantly share code, notes, and snippets.

@JPRuskin
Created October 1, 2022 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JPRuskin/bd871b06d72940c7f7e05983b160c7a5 to your computer and use it in GitHub Desktop.
Save JPRuskin/bd871b06d72940c7f7e05983b160c7a5 to your computer and use it in GitHub Desktop.
Steam ROM Manager manifests for non Steam games
[
{
"title": "Diablo III",
"target": "/home/deck/.local/share/Steam/steamapps/compatdata/2880652453/pfx/drive_c/Program Files (x86)/Diablo III/Diablo III.exe",
"startIn": "/home/deck/.local/share/Steam/steamapps/compatdata/2880652453/pfx/drive_c/Program Files (x86)/Diablo III/",
"launchOptions": "-launch"
}
]
[
{
"title": "Geforce Now",
"target": "/usr/bin/flatpak",
"startIn": "/usr/bin/",
"launchOptions": "run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @ --kiosk 'https://play.geforcenow.com/mall/#/layout/games'"
},
{
"title": "Google Stadia",
"target": "/usr/bin/flatpak",
"startIn": "/usr/bin/",
"launchOptions": "run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @ --kiosk 'https://stadia.google.com/home'"
},
{
"title": "Xbox Cloud Gaming (Beta)",
"target": "/usr/bin/flatpak",
"startIn": "/usr/bin/",
"launchOptions": "run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @ --window-size=1024,640 --force-device-scale-factor=1.25 --device-scale-factor=1.25 --kiosk 'https://www.xbox.com/play'"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment