BangleApps/apps/game1024/metadata.json

20 lines
688 B
JSON
Raw Normal View History

2022-03-15 20:24:45 +00:00
{ "id": "game1024",
"name": "1024 Game",
"shortName" : "1024 Game",
2024-03-04 21:32:06 +00:00
"version": "0.12",
2022-03-15 22:52:08 +00:00
"icon": "game1024.png",
"screenshots": [ {"url":"screenshot.png" } ],
"readme":"README.md",
2022-03-20 15:51:33 +00:00
"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",
2022-03-15 20:24:45 +00:00
"allow_emulator": true,
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"game1024.app.js","url":"app.js"},
{"name":"game1024.settings.js","url":"settings.js"},
2022-03-15 20:24:45 +00:00
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
],
"data":[{"name":"game1024.settings.json"}]
2022-03-18 00:10:38 +00:00
}