BangleApps/apps/game1024/metadata.json

18 lines
524 B
JSON
Raw Normal View History

2022-03-15 20:24:45 +00:00
{ "id": "game1024",
"name": "1024 Game",
"shortName" : "1024 Game",
2022-03-19 23:28:45 +00:00
"version": "0.04",
2022-03-15 22:52:08 +00:00
"icon": "game1024.png",
"screenshots": [ {"url":"screenshot.png" } ],
"readme":"README.md",
"description": "Join the numbers and get to the 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.img","url":"app-icon.js","evaluate":true}
]
2022-03-18 00:10:38 +00:00
}