mirror of https://github.com/espruino/BangleApps
17 lines
457 B
JSON
17 lines
457 B
JSON
|
{
|
||
|
"id": "drinkcounter",
|
||
|
"name": "Drink Counter",
|
||
|
"shortName": "Drink Counter",
|
||
|
"version": "0.10",
|
||
|
"description": "Counts drinks you had for science.",
|
||
|
"allow_emulator":true,
|
||
|
"icon": "app.png",
|
||
|
"type": "app",
|
||
|
"tags": "health",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"drinkcounter.app.js","url":"app.js"},
|
||
|
{"name":"drinkcounter.img","url":"drinkcounter-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|