BangleApps/apps/presentation_timer/metadata.json

21 lines
708 B
JSON
Raw Normal View History

2022-07-02 12:43:03 +00:00
{
"id": "presentation_timer",
"name": "Presentation Timer",
"version": "0.03",
2022-07-02 12:43:03 +00:00
"description": "A touch based presentation timer for Bangle JS 2",
"icon": "presentation_timer.png",
"screenshots": [{"url":"screenshot1.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"},{"url":"screenshot4.png"}],
"tags": "tools,app",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"interface": "interface.html",
2022-07-02 12:43:03 +00:00
"storage": [
{"name":"presentation_timer.app.js","url":"presentation_timer.app.js"},
{"name":"presentation_timer.img","url":"presentation_timer.icon.js","evaluate":true}
],
"data": [
{"name":"presentation_timer.json"},
{ "name": "presentation_timer.csv" }
]
2022-07-02 12:43:03 +00:00
}