mirror of https://github.com/espruino/BangleApps
16 lines
486 B
JSON
16 lines
486 B
JSON
{
|
|
"id": "stopwatch",
|
|
"name": "Stopwatch Touch",
|
|
"version": "0.03",
|
|
"description": "A touch based stop watch for Bangle JS 2",
|
|
"icon": "stopwatch.png",
|
|
"screenshots": [{"url":"screenshot1.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"}],
|
|
"tags": "tools,app",
|
|
"supports": ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"stopwatch.app.js","url":"stopwatch.app.js"},
|
|
{"name":"stopwatch.img","url":"stopwatch.icon.js","evaluate":true}
|
|
]
|
|
}
|