forked from FOSS/BangleApps
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"id": "pokertimer",
|
|
"name": "Poker Timer",
|
|
"shortName":"Poker Timer",
|
|
"readme":"README.md",
|
|
"icon": "app.png",
|
|
"version":"0.06",
|
|
"description": "A blinds timer for use with Texas Hold 'Em",
|
|
"tags": "poker",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"pokertimer.app.js","url":"app.js"},
|
|
{"name":"pokertimer.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|