mirror of https://github.com/espruino/BangleApps
added mmind app
parent
8fa8616bbe
commit
3ba5066073
17
apps.json
17
apps.json
|
@ -5062,5 +5062,20 @@
|
|||
{"name":"ltherm.app.js","url":"app.js"},
|
||||
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{ "id": "mmind",
|
||||
"name": "Clasic Mind Game",
|
||||
"shortName":"Master Mind",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "This is a classic mind game for bangles 2",
|
||||
"tags": "masterminf, game",
|
||||
"storage": [
|
||||
{"name":"timer.app.js","url":"app.js"},
|
||||
{"name":"mmind.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue