mirror of https://github.com/espruino/BangleApps
16 lines
530 B
JSON
16 lines
530 B
JSON
|
{
|
||
|
"id": "flow",
|
||
|
"name": "FLOW",
|
||
|
"shortName": "FLOW",
|
||
|
"version": "0.01",
|
||
|
"description": "A game where you have to help a flow avoid white obstacles thing by tapping! This is a demake of an app which I forgot the name of. Press BTN(1) to restart. See if you can get to 2500 score!",
|
||
|
"icon": "app.png",
|
||
|
"tags": "game",
|
||
|
"supports" : ["BANGLEJS", "BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name": "flow.app.js", "url": "app.js" },
|
||
|
{"name": "flow.img", "url": "app-icon.js","evaluate": true }
|
||
|
]
|
||
|
}
|