BangleApps/apps/tempmonitor/metadata.json

18 lines
545 B
JSON
Raw Normal View History

2022-12-15 12:02:10 +00:00
{
"id": "tempmonitor",
"name": "Temperature monitor",
"version": "0.06",
"description": "Another thermometer, besides displaying current temperature, stores it in a CSV file",
2022-12-15 12:02:10 +00:00
"icon": "app.png",
"tags": "tool",
2022-12-23 12:13:00 +00:00
"interface": "interface.html",
2022-12-15 12:02:10 +00:00
"supports": ["BANGLEJS", "BANGLEJS2"],
2022-12-23 14:44:15 +00:00
"readme": "README.md",
2022-12-23 15:17:03 +00:00
"screenshots": [{"url":"ss_emul_bjs2.png"}],
2022-12-15 12:02:10 +00:00
"allow_emulator": true,
"storage": [
{"name":"tempmonitor.app.js","url":"tempmonitor.app.js"},
2022-12-15 12:19:37 +00:00
{"name":"tempmonitor.img","url":"app-icon.js","evaluate":true}
2022-12-15 12:02:10 +00:00
]
}