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"},
|
2024-07-08 23:03:12 +00:00
|
|
|
{"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true},
|
|
|
|
{"name": "lib.js", "url": "lib.js"}
|
2024-05-27 19:38:32 +00:00
|
|
|
],
|
|
|
|
"data": [
|
2024-05-28 00:48:47 +00:00
|
|
|
{"name": "timestamplog.settings"},
|
|
|
|
{"name": "timestamplog.json"}
|
2024-05-27 19:59:25 +00:00
|
|
|
]
|
2024-05-27 19:38:32 +00:00
|
|
|
}
|