1
0
Fork 0
BangleApps/apps/chimer/metadata.json

16 lines
527 B
JSON
Raw Normal View History

2022-08-22 20:49:10 +00:00
{
"id": "chimer",
"name": "Chimer",
2022-08-23 00:59:15 +00:00
"version": "0.01",
2022-08-24 09:17:56 +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 - Reapeat 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"],
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" }]
}