mirror of https://github.com/espruino/BangleApps
16 lines
463 B
JSON
16 lines
463 B
JSON
{
|
|
"id": "tempmonitor",
|
|
"name": "Temperature monitor",
|
|
"version": "0.01",
|
|
"description": "Displays the current temperature and stores in a CSV file",
|
|
"icon": "app.png",
|
|
"tags": "tool",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"screenshots": [{"url":"photo_banglejs1.jpg"}],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"tempmonitor.app.js","url":"tempmonitor.app.js"},
|
|
{"name":"tempmonitor.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|