scummvm/dists/emscripten/manifest.json
2021-08-20 21:13:49 +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": [
]
}