Created
October 1, 2022 15:21
-
-
Save JPRuskin/bd871b06d72940c7f7e05983b160c7a5 to your computer and use it in GitHub Desktop.
Steam ROM Manager manifests for non Steam games
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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