1
0
Fork 0
BangleApps/apps/clkinfosunrise/metadata.json

14 lines
497 B
JSON

{ "id": "clkinfosunrise",
"name": "Sunrise Clockinfo",
"version": "0.05",
"description": "For clocks that display 'clockinfo' (messages that can be cycled through using the clock_info module) this displays sunrise and sunset based on the location from the 'My Location' app",
"icon": "app.png",
"type": "clkinfo",
"tags": "clkinfo,sunrise",
"dependencies": {"mylocation":"app"},
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"sunrise.clkinfo.js","url":"clkinfo.js"}
]
}