mirror of https://github.com/espruino/BangleApps
18 lines
503 B
Plaintext
18 lines
503 B
Plaintext
{
|
|
"id": "mmind",
|
|
"name": "Classic Mind Game",
|
|
"shortName":"Master Mind",
|
|
"icon": "mmind.png",
|
|
"version":"0.01",
|
|
"description": "This is the classic game for masterminds",
|
|
"type": "game",
|
|
"tags": "mastermind, game, classic",
|
|
"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}
|
|
]
|
|
}
|