Files
scummvm/dists/emscripten/assets/manifest.json
T
Christian Kündig bc3679e928 EMSCRIPTEN: Major build improvements
- Updated Emscripten to version 3.1.8 (+ additional patches)
- Support for dynamic plugins
- Adding ScummvmFS with support for HTTP Range Requests for game data
- Automated games/demos bundling and ini config generation during build
- Allow passing CLI arguments via fragment identifier of the website (i.e. scummvm.html#—debuglevel=9 )
- UI improvements with nicer status messages, splash screen + favicon
- Fixed HiDPI handling and responsiveness
- Bugfix: Don't crash if gamepad support isn't available
2022-06-12 14:34:13 +02:00

27 lines
775 B
JSON

{
"short_name": "ScummVM",
"name": "ScummVM: Script Creation Utility for Maniac Mansion Virtual Machine",
"icons": [
{
"src": "scummvm-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "scummvm-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "scummvm.html",
"background_color": "#3367D6",
"display": "fullscreen",
"theme_color": "#c60",
"shortcuts": [
],
"description": "ScummVM provides a way to play many classic graphical point-and-click adventure games and RPGs - such as SCUMM games (like Monkey Island and Day of the Tentacle), Revolution's Beneath A Steel Sky, and many more.",
"screenshots": [
]
}