17 lines
496 B
JSON
17 lines
496 B
JSON
{
|
|
"id": "multi-timer",
|
|
"name": "Multi Timer",
|
|
"version": "0.01",
|
|
"description": "A stopwatch with multiple modes for Bangle JS 2",
|
|
"icon": "stopwatch.png",
|
|
"screenshots": [],
|
|
"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 }
|
|
],
|
|
"data": [{ "name": "timer.json" }]
|
|
}
|