mirror of https://github.com/espruino/BangleApps
16 lines
407 B
JSON
16 lines
407 B
JSON
{ "id": "2047pp",
|
|
"name": "2047pp",
|
|
"shortName":"2047pp",
|
|
"icon": "app.png",
|
|
"version":"0.01",
|
|
"description": "Bangle version of a tile shifting game",
|
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"readme": "README.md",
|
|
"tags": "game",
|
|
"storage": [
|
|
{"name":"2047pp.app.js","url":"2047pp.app.js"},
|
|
{"name":"2047pp.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|