2024-02-23 15:53:24 +00:00
|
|
|
{
|
|
|
|
"id": "regattatimer",
|
|
|
|
"name": "Regatta Timer",
|
|
|
|
"shortName": "Regatta Timer",
|
2024-02-23 16:24:25 +00:00
|
|
|
"version": "0.2",
|
2024-02-23 15:53:24 +00:00
|
|
|
"description": "Regatta Timer with classic 5-4-1 Countdown",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"tags": "tool,outdoors,sailing,race,regatta,boat,timer",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
2024-02-23 16:18:34 +00:00
|
|
|
{"name":"regattatimer.app.js","url":"app.js"},
|
|
|
|
{"name":"regattatimer.settings.js","url":"settings.js"},
|
2024-02-23 15:53:24 +00:00
|
|
|
{"name":"regattatimer.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [{"name": "regattatimer.json"}]
|
|
|
|
}
|