Update apps.json
parent
084ff41ae6
commit
ff363e1095
|
|
@ -5067,15 +5067,15 @@
|
||||||
"id": "mmind",
|
"id": "mmind",
|
||||||
"name": "Classic Mind Game",
|
"name": "Classic Mind Game",
|
||||||
"shortName":"Master Mind",
|
"shortName":"Master Mind",
|
||||||
"icon": "app.png",
|
"icon": "mmind.png",
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "This is a classic mind game",
|
"description": "This is a classic mind game",
|
||||||
"type": "game",
|
"type": "game",
|
||||||
"tags": "mastermind, game, bangle 2",
|
"tags": "master mind, game, classic",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"mmind.app.js","url":"app.js"},
|
{"name":"mmind.app.js","url":"mmind.app.js"},
|
||||||
{"name":"mmind.img","url":"app-icon.js","evaluate":true}
|
{"name":"mmind.img","url":"mmind.icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue