1
0
Fork 0
BangleApps/apps/tempmonitor/metadata.json

18 lines
545 B
JSON

{
"id": "tempmonitor",
"name": "Temperature monitor",
"version": "0.06",
"description": "Another thermometer, besides displaying current temperature, stores it in a CSV file",
"icon": "app.png",
"tags": "tool",
"interface": "interface.html",
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"screenshots": [{"url":"ss_emul_bjs2.png"}],
"allow_emulator": true,
"storage": [
{"name":"tempmonitor.app.js","url":"tempmonitor.app.js"},
{"name":"tempmonitor.img","url":"app-icon.js","evaluate":true}
]
}