mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"id": "APP_ID",
|
|
"version": "APP_VERSION",
|
|
"vendor": "ScummVM Team",
|
|
"type": "pdk",
|
|
"main": "start",
|
|
"title": "APP_TITLE",
|
|
"icon": "icon.png",
|
|
"requiredMemory": 64
|
|
}
|