mirror of https://github.com/espruino/BangleApps
18 lines
515 B
JSON
18 lines
515 B
JSON
|
{
|
||
|
"id":"awairmonitor",
|
||
|
"name":"Awair Monitor",
|
||
|
"icon": "app.png",
|
||
|
"screenshots": [{"url":"screenshot.png"}],
|
||
|
"allow_emulator": true,
|
||
|
"version":"0.03",
|
||
|
"description": "Displays the level of CO2, VOC, PM 2.5, Humidity and Temperature, from your Awair device.",
|
||
|
"type": "clock",
|
||
|
"tags": "clock,tool,health",
|
||
|
"readme":"README.md",
|
||
|
"supports":["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"awairmonitor.app.js","url":"app.js"},
|
||
|
{"name":"awairmonitor.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|