mirror of https://github.com/espruino/BangleApps
17 lines
552 B
JSON
17 lines
552 B
JSON
{
|
|
"id": "chimer",
|
|
"name": "Chimer",
|
|
"version": "0.02",
|
|
"description": "A fork of Hour Chime that adds extra features such as: \n - Buzz or beep on every 60, 30 or 15 minutes. \n - Reapeat Chime up to 3 times \n - Set hours to disable chime",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.MD",
|
|
"storage": [
|
|
{ "name": "chimer.wid.js", "url": "widget.js" },
|
|
{ "name": "chimer.settings.js", "url": "settings.js" }
|
|
],
|
|
"data": [{ "name": "chimer.json" }]
|
|
}
|