Initial commit
This commit is contained in:
27
dists/emscripten/assets/manifest.json
Normal file
27
dists/emscripten/assets/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": [
|
||||
|
||||
]
|
||||
}
|
||||
BIN
dists/emscripten/assets/scummvm-192.png
Normal file
BIN
dists/emscripten/assets/scummvm-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
dists/emscripten/assets/scummvm-512.png
Normal file
BIN
dists/emscripten/assets/scummvm-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user