BangleApps/apps/timestamplog/metadata.json

24 lines
708 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",
2024-07-12 00:30:51 +00:00
"screenshots": [ {"url": "screenshot.png" } ],
"readme": "README.md",
2024-05-27 19:38:32 +00:00
"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},
2024-07-09 21:58:53 +00:00
{"name": "timestamplog", "url": "lib.js"},
{"name": "timestamplog.settings.js", "url": "settings.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
}