BangleApps/apps/clkinfostopw/metadata.json

16 lines
361 B
JSON
Raw Normal View History

2022-12-29 19:24:04 +00:00
{
"id": "clkinfostopw",
"name": "Stop Watch Clockinfo",
"version":"0.03",
2022-12-29 19:24:04 +00:00
"description": "A simple stopwatch, shown via clockinfo",
"icon": "app.png",
"type": "clkinfo",
"tags": "clkinfo,timer",
"supports" : ["BANGLEJS2"],
2023-03-09 09:54:26 +00:00
"readme":"README.md",
"allow_emulator": true,
2022-12-29 19:24:04 +00:00
"storage": [
{"name":"stopw.clkinfo.js","url":"clkinfo.js"}
2022-12-29 19:24:04 +00:00
]
}