BangleApps/apps/stacker/metadata.json

16 lines
384 B
JSON

{ "id": "stacker",
"name": "Stacker",
"shortName":"Stacker",
"version":"0.02",
"description": "Game of Stacking",
"icon": "app.png",
"tags": "game",
"supports" : ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"readme": "README.md",
"storage": [
{"name":"stacker.app.js","url":"app.js"},
{"name":"stacker.img","url":"app-icon.js","evaluate":true}
]
}