mirror of https://github.com/espruino/BangleApps
17 lines
491 B
JSON
17 lines
491 B
JSON
|
{
|
||
|
"id": "blackjack",
|
||
|
"name": "Black Jack game",
|
||
|
"shortName": "Black Jack game",
|
||
|
"version": "0.02",
|
||
|
"description": "Simple implementation of card game Black Jack",
|
||
|
"icon": "blackjack.png",
|
||
|
"tags": "game",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"screenshots": [{"url":"bangle1-black-jack-game-screenshot.png"}],
|
||
|
"allow_emulator": true,
|
||
|
"storage": [
|
||
|
{"name":"blackjack.app.js","url":"blackjack.app.js"},
|
||
|
{"name":"blackjack.img","url":"blackjack-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|