BangleApps/apps/drinkcounter/metadata.json

17 lines
457 B
JSON
Raw Normal View History

2022-07-07 11:08:59 +00:00
{
"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}
]
}