BangleApps/apps/timestamplog/metadata.json

21 lines
564 B
JSON
Raw Normal View History

2024-05-27 19:59:25 +00:00
{
"id": "timestamplog",
2024-05-27 19:38:32 +00:00
"name": "Timestamp log",
"shortName":"Timestamp log",
"icon": "app.png",
"version": "0.01",
"description": "Conveniently record a series of date/time stamps",
"tags": "timestamp, log",
"supports": ["BANGLEJS2"],
2024-06-19 20:29:57 +00:00
"interface": "interface.html",
2024-05-27 19:38:32 +00:00
"storage": [
{"name": "timestamplog.app.js", "url": "app.js"},
{"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true},
{"name": "lib.js", "url": "lib.js"}
2024-05-27 19:38:32 +00:00
],
"data": [
{"name": "timestamplog.settings"},
{"name": "timestamplog.json"}
2024-05-27 19:59:25 +00:00
]
2024-05-27 19:38:32 +00:00
}