mirror of https://github.com/espruino/BangleApps
15 lines
411 B
JSON
15 lines
411 B
JSON
{ "id": "slimehunt",
|
|
"name": "Slime Hunt",
|
|
"shortName":"SlimeHunt",
|
|
"icon": "app.png",
|
|
"version":"0.02",
|
|
"description": "Fight against slimes in turn based combat, try to get the highscore!",
|
|
"tags": "rpg,slime",
|
|
"supports" : ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"slimehunt.app.js","url":"app.js"},
|
|
{"name":"slimehunt.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|