mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
997f1aba74
commit
dabc822573
12
apps.json
12
apps.json
|
@ -4857,5 +4857,17 @@
|
||||||
{"name":"clicompleteclk.app.js","url":"app.js"},
|
{"name":"clicompleteclk.app.js","url":"app.js"},
|
||||||
{"name":"clicompleteclk.img","url":"app-icon.js","evaluate":true}
|
{"name":"clicompleteclk.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{ "id": "slimehunt",
|
||||||
|
"name": "Slime Hunt",
|
||||||
|
"shortName":"SlimeHunt",
|
||||||
|
"icon": "app.png",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "Fight against slimes in turn based combat, try to get the highscore!",
|
||||||
|
"tags": "RPG",
|
||||||
|
"storage": [
|
||||||
|
{"name":"slimehunt.app.js","url":"app.js"},
|
||||||
|
{"name":"slimehunt.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue