2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "weatherClock",
|
|
|
|
"name": "Weather Clock",
|
2023-02-25 15:05:03 +00:00
|
|
|
"shortName": "Weather Clock",
|
2023-02-26 13:53:19 +00:00
|
|
|
"version": "0.06",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "A clock which displays current weather conditions (requires Gadgetbridge and Weather apps).",
|
|
|
|
"icon": "app.png",
|
2023-02-25 15:05:03 +00:00
|
|
|
"dependencies": {"weather":"app"},
|
2023-02-25 18:17:42 +00:00
|
|
|
"screenshots": [{"url":"screens/screen1.png"}],
|
2022-01-06 11:47:26 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock, weather",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"weatherClock.app.js","url":"app.js"},
|
2023-02-25 15:05:03 +00:00
|
|
|
{"name":"weatherClock.img","url":"app-icon.js","evaluate":true},
|
2023-02-27 20:38:14 +00:00
|
|
|
{"name":"weatherClock.settings.js","url":"settings.js"}
|
2023-02-25 15:05:03 +00:00
|
|
|
],
|
|
|
|
"data": [{"name":"weatherClock.json"}]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|