2022-01-18 14:16:49 +00:00
|
|
|
{ "id": "acmaze",
|
|
|
|
"name": "AccelaMaze",
|
|
|
|
"shortName":"AccelaMaze",
|
2022-01-27 16:05:08 +00:00
|
|
|
"version":"0.03",
|
2022-01-18 14:16:49 +00:00
|
|
|
"description": "Tilt the watch to roll a ball through a maze.",
|
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "game",
|
2022-01-30 13:17:39 +00:00
|
|
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
2022-01-18 14:16:49 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"storage": [
|
|
|
|
{"name":"acmaze.app.js","url":"app.js"},
|
|
|
|
{"name":"acmaze.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|