2022-01-10 19:52:33 +00:00
|
|
|
{
|
|
|
|
"id": "mmind",
|
|
|
|
"name": "Classic Mind Game",
|
|
|
|
"shortName":"Master Mind",
|
|
|
|
"icon": "mmind.png",
|
2022-03-21 22:48:31 +00:00
|
|
|
"version":"0.02",
|
2022-01-10 19:52:33 +00:00
|
|
|
"description": "This is the classic game for masterminds",
|
|
|
|
"screenshots": [{"url":"screenshot_mmind.png"}],
|
|
|
|
"type": "app",
|
|
|
|
"tags": "game",
|
|
|
|
"readme":"README.md",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"mmind.app.js","url":"mmind.app.js"},
|
|
|
|
{"name":"mmind.img","url":"mmind.icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|