BangleApps/apps/clkinfoclk/metadata.json

14 lines
528 B
JSON
Raw Permalink Normal View History

2023-11-24 16:46:22 +00:00
{ "id": "clkinfoclk",
"name": "Clockinfo Clock",
"version":"0.01",
"description": "This displays a clock *inside* a ClockInfo. This can be really handy for the [Clock Info Widget](https://banglejs.com/apps/?id=widclkinfo) where you might want the option to show a clock in the top bar of a non-clock app.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clkinfo",
"tags": "clkinfo",
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"clkinfoclk.clkinfo.js","url":"clkinfo.js"}
]
}