https://github.com/scummvm/scummvm
Revision fc116b114f24d397e756fbc6f5d0c40fdec7f168 authored by Torbjörn Andersson on 17 December 2021, 12:36:08 UTC, committed by Torbjörn Andersson on 17 December 2021, 13:32:00 UTC
1 parent 6ef69bf
Raw File
Tip revision: fc116b114f24d397e756fbc6f5d0c40fdec7f168 authored by Torbjörn Andersson on 17 December 2021, 12:36:08 UTC
SHERLOCK: Fix crash when using Delete key in Rose Tattoo save dialog
Tip revision: fc116b1
manifest.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": [
     
    ]
  }
back to top