mirror of https://github.com/espruino/BangleApps
18 lines
536 B
JSON
18 lines
536 B
JSON
|
{
|
||
|
"id": "weatherClock",
|
||
|
"name": "Weather Clock",
|
||
|
"version": "0.05",
|
||
|
"description": "A clock which displays current weather conditions (requires Gadgetbridge and Weather apps).",
|
||
|
"icon": "app.png",
|
||
|
"screenshots": [{"url":"screens/screen1.png"}],
|
||
|
"type": "clock",
|
||
|
"tags": "clock, weather",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"allow_emulator": true,
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"weatherClock.app.js","url":"app.js"},
|
||
|
{"name":"weatherClock.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|