2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "stopwatch",
|
|
|
|
"name": "Stopwatch Touch",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.06",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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}
|
2023-01-10 08:31:00 +00:00
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"stopwatch.json"}
|
2022-01-06 11:47:26 +00:00
|
|
|
]
|
|
|
|
}
|