BangleApps/apps/chimer/metadata.json

17 lines
551 B
JSON
Raw Normal View History

2022-08-22 20:49:10 +00:00
{
"id": "chimer",
"name": "Chimer",
2024-03-04 21:32:06 +00:00
"version": "0.05",
2023-06-07 16:26:32 +00:00
"description": "A fork of Hour Chime that adds extra features such as: \n - Buzz or beep on every 60, 30 or 15 minutes. \n - Repeat Chime up to 3 times \n - Set hours to disable chime",
2022-08-22 20:49:10 +00:00
"icon": "widget.png",
"type": "widget",
"tags": "widget",
2022-08-24 09:15:18 +00:00
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.MD",
2022-08-22 20:49:10 +00:00
"storage": [
2022-08-24 09:15:18 +00:00
{ "name": "chimer.wid.js", "url": "widget.js" },
{ "name": "chimer.settings.js", "url": "settings.js" }
2022-08-22 20:49:10 +00:00
],
2022-08-24 09:15:18 +00:00
"data": [{ "name": "chimer.json" }]
}