mirror of https://github.com/espruino/BangleApps
20 lines
688 B
JSON
20 lines
688 B
JSON
{ "id": "game1024",
|
|
"name": "1024 Game",
|
|
"shortName" : "1024 Game",
|
|
"version": "0.11",
|
|
"icon": "game1024.png",
|
|
"screenshots": [ {"url":"screenshot.png" } ],
|
|
"readme":"README.md",
|
|
"description": "Swipe the squares up, down, to the left or right, join the numbers and get to the 10 (2^1024), J or X tile!",
|
|
"type": "app",
|
|
"tags": "game,puzzle",
|
|
"allow_emulator": true,
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"game1024.app.js","url":"app.js"},
|
|
{"name":"game1024.settings.js","url":"settings.js"},
|
|
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data":[{"name":"game1024.settings.json"}]
|
|
}
|