mirror of https://github.com/espruino/BangleApps
20 lines
522 B
JSON
20 lines
522 B
JSON
{ "id": "oxofocus",
|
|
"name": "oxofocus",
|
|
"shortName":"Oxo Focus",
|
|
"icon": "app.png",
|
|
"version":"0.02",
|
|
"description": "Play the computer while it learns to play Naughts and Crosses!",
|
|
"readme": "README.md",
|
|
"tags": "game",
|
|
"storage": [
|
|
{"name":"oxofocus.app.js","url":"app.js"},
|
|
{"name":"oxofocus.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"screenshots" : [
|
|
{ "url":"screenshot.png" },
|
|
{ "url":"screenshot1.png" },
|
|
{ "url":"screenshot2.png" }
|
|
],
|
|
"supports": ["BANGLEJS2"]
|
|
}
|