forked from FOSS/BangleApps
18 lines
644 B
JSON
18 lines
644 B
JSON
{
|
|
"id": "hcclock",
|
|
"name": "Hi-Contrast Clock",
|
|
"version": "0.07",
|
|
"description": "Hi-Contrast Clock : A simple yet very bold clock that aims to be readable in high luninosity environments. Uses big 10x5 pixel digits. Use BTN 1 to switch background and foreground colors.",
|
|
"icon": "hcclock-icon.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"screenshots": [{"url":"bangle1-high-contrast-clock-screenshot.png"}],
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"hcclock.app.js","url":"hcclock.app.js"},
|
|
{"name":"hcclock.img","url":"hcclock-icon.js","evaluate":true}
|
|
]
|
|
}
|