2022-12-15 12:02:10 +00:00
|
|
|
{
|
|
|
|
"id": "tempmonitor",
|
|
|
|
"name": "Temperature monitor",
|
2023-05-14 13:36:07 +00:00
|
|
|
"version": "0.05",
|
2023-05-07 20:45:40 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
}
|