2022-07-07 11:08:59 +00:00
|
|
|
{
|
|
|
|
"id": "drinkcounter",
|
|
|
|
"name": "Drink Counter",
|
|
|
|
"shortName": "Drink Counter",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.26",
|
2022-07-09 18:05:24 +00:00
|
|
|
"description": "Counts drinks you had for science. Calculates blood alcohol content (BAC)",
|
2022-07-07 11:08:59 +00:00
|
|
|
"allow_emulator":true,
|
2022-07-09 15:20:14 +00:00
|
|
|
"icon": "drinkcounter.png",
|
2022-07-07 11:08:59 +00:00
|
|
|
"type": "app",
|
|
|
|
"tags": "health",
|
2022-07-10 09:16:58 +00:00
|
|
|
"screenshots": [{"url":"screenshot_drnkcnt.png"}],
|
2022-07-12 10:48:30 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2022-07-07 11:08:59 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"drinkcounter.app.js","url":"app.js"},
|
2022-07-09 15:20:14 +00:00
|
|
|
{"name":"drinkcounter.img","url":"drinkcounter-icon.js","evaluate":true},
|
|
|
|
{"name":"drinkcounter.settings.js","url":"settings.js"}
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"drinkcounter.settings.json"},
|
2022-07-09 18:03:20 +00:00
|
|
|
{"name":"drinkcounter.json"},
|
|
|
|
{"name":"drinkcounter.status.json"}
|
2022-07-07 11:08:59 +00:00
|
|
|
]
|
|
|
|
}
|