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