mirror of https://github.com/espruino/BangleApps
16 lines
435 B
JSON
16 lines
435 B
JSON
{ "id": "acmaze",
|
|
"name": "AccelaMaze",
|
|
"shortName":"AccelaMaze",
|
|
"version": "0.05",
|
|
"description": "Tilt the watch to roll a ball through a maze.",
|
|
"icon": "app.png",
|
|
"tags": "game",
|
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"storage": [
|
|
{"name":"acmaze.app.js","url":"app.js"},
|
|
{"name":"acmaze.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|