BangleApps/apps/weatherClock/metadata.json

22 lines
708 B
JSON

{
"id": "weatherClock",
"name": "Weather Clock",
"shortName": "Weather Clock",
"version": "0.07",
"description": "A clock which displays current weather conditions (requires Gadgetbridge and Weather apps).",
"icon": "app.png",
"dependencies": {"weather":"app"},
"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},
{"name":"weatherClock.settings.js","url":"settings.js"}
],
"data": [{"name":"weatherClock.json"}]
}