BangleApps/apps/bradbury/metadata.json

15 lines
653 B
JSON
Raw Permalink Normal View History

2022-04-26 01:42:41 +00:00
{ "id": "bradbury",
2022-04-26 02:47:07 +00:00
"name": "Bradbury Watch",
"shortName":"Bradbury",
"icon": "app.png",
2022-04-26 03:14:48 +00:00
"screenshots": [{"url":"screenshot.png"}],
2024-03-04 21:32:06 +00:00
"version": "0.02",
2022-04-28 08:54:08 +00:00
"description": "A watch face based on the classic Seiko model worn by one of my favorite authors. I didn't follow the original lcd layout exactly, opting for larger font for more easily readable time, and adding date, battery level, and step count; read from the device. Tapping the screen toggles visibility of widgets.",
2022-04-27 00:21:40 +00:00
"type": "clock",
2022-04-26 03:06:06 +00:00
"supports":["BANGLEJS2"],
2022-04-26 02:47:07 +00:00
"storage": [
{"name":"bradbury.app.js","url":"app.js"},
{"name":"bradbury.img","url":"app-icon.js","evaluate":true}
]
2022-04-26 01:42:41 +00:00
}