forked from FOSS/BangleApps
19 lines
497 B
JSON
19 lines
497 B
JSON
|
{ "id": "oxofocus",
|
||
|
"name": "oxofocus",
|
||
|
"shortName":"Oxo Focus",
|
||
|
"icon": "app.png",
|
||
|
"version":"0.01",
|
||
|
"description": "Play the computer while it learns to play Naughts and Crosses!",
|
||
|
"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"]
|
||
|
}
|