BangleApps/apps/game1024/metadata.json

19 lines
640 B
JSON

{ "id": "game1024",
"name": "1024 Game",
"shortName" : "1024 Game",
"version": "0.09",
"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}
]
}