BangleApps/apps/pastel/metadata.json

29 lines
1.1 KiB
JSON

{
"id": "pastel",
"name": "Pastel Clock",
"shortName": "Pastel",
"version": "0.16",
"description": "A Configurable clock with custom fonts, background and weather display. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times",
"icon": "pastel.png",
"dependencies": {"mylocation":"app","weather":"app"},
"screenshots": [{"url":"screenshot_pastel.png"}, {"url":"weather_icons.png"}],
"type": "clock",
"tags": "clock, weather, tool",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"f_architect","url":"f_architect.js"},
{"name":"f_gochihand","url":"f_gochihand.js"},
{"name":"f_cabin","url":"f_cabin.js"},
{"name":"f_orbitron","url":"f_orbitron.js"},
{"name":"f_monoton","url":"f_monoton.js"},
{"name":"f_elite","url":"f_elite.js"},
{"name":"f_lato","url":"f_lato.js"},
{"name":"f_latosmall","url":"f_latosmall.js"},
{"name":"pastel.app.js","url":"pastel.app.js"},
{"name":"pastel.img","url":"pastel.icon.js","evaluate":true},
{"name":"pastel.settings.js","url":"pastel.settings.js"}
],
"data": [{"name":"pastel.json"}]
}