BangleApps/apps/burn/metadata.json

17 lines
521 B
JSON

{
"id": "burn",
"name": "Burn",
"version": "0.07",
"description": "Simple Calorie Counter -- saves to flash and resets at midnight. I often keep mine running while the digital clock widget is at the top",
"icon": "app-icon.png",
"tags": "tool",
"readme":"README.md",
"supports": ["BANGLEJS", "BANGLEJS2"],
"screenshots": [{"url":"app-screenshot.png"}],
"allow_emulator": true,
"storage": [
{"name":"burn.app.js","url":"app.js"},
{"name":"burn.img","url":"app-icon.js","evaluate":true}
]
}