1
0
Fork 0
BangleApps/apps/regattatimer/metadata.json

20 lines
682 B
JSON
Raw Normal View History

2024-02-23 15:53:24 +00:00
{
"id": "regattatimer",
"name": "Regatta Timer",
2024-02-24 20:07:32 +00:00
"shortName": "RegattaTimer",
2024-02-23 16:24:25 +00:00
"version": "0.2",
2024-02-24 20:07:32 +00:00
"description": "Regatta Timer with 5-4-1 Countdown",
2024-02-23 15:53:24 +00:00
"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}
],
2024-02-23 19:41:30 +00:00
"data": [{"name": "regattatimer.json"}],
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot-1.png"},{"url":"screenshot-2.png"}]
2024-02-23 15:53:24 +00:00
}