BangleApps/apps/stacker/metadata.json

16 lines
385 B
JSON
Raw Normal View History

2023-07-29 02:13:48 +00:00
{ "id": "stacker",
"name": "Stacker",
"shortName":"Stacker",
2024-03-04 21:32:06 +00:00
"version": "0.03",
2023-07-29 02:13:48 +00:00
"description": "Game of Stacking",
"icon": "app.png",
"tags": "game",
2023-07-31 15:42:10 +00:00
"supports" : ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
2023-07-29 02:13:48 +00:00
"readme": "README.md",
"storage": [
{"name":"stacker.app.js","url":"app.js"},
{"name":"stacker.img","url":"app-icon.js","evaluate":true}
]
}