mirror of https://github.com/espruino/BangleApps
16 lines
577 B
JSON
16 lines
577 B
JSON
|
{
|
||
|
"id": "presentation_timer",
|
||
|
"name": "Presentation Timer",
|
||
|
"version": "0.01",
|
||
|
"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",
|
||
|
"storage": [
|
||
|
{"name":"presentation_timer.app.js","url":"presentation_timer.app.js"},
|
||
|
{"name":"presentation_timer.img","url":"presentation_timer.icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|