BangleApps/apps/rebble/metadata.json

21 lines
699 B
JSON
Raw Normal View History

{
"id": "rebble",
"name": "Rebble Clock",
"shortName": "Rebble",
2022-11-18 17:45:29 +00:00
"version": "0.15",
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
"readme": "README.md",
"icon": "rebble.png",
2022-05-19 22:17:55 +00:00
"dependencies": {"mylocation":"app"},
"screenshots": [{"url":"screenshot_rebble.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"rebble.app.js","url":"rebble.app.js"},
{"name":"rebble.settings.js","url":"rebble.settings.js"},
2022-05-19 22:03:36 +00:00
{"name":"rebble.img","url":"rebble.icon.js","evaluate":true},
{"name":"suncalc","url":"suncalc.js"}
]
}