BangleApps/apps/regattatimer/metadata.json

19 lines
792 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",
"version": "0.41",
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",
"tags": "tool,outdoors,sailing,race,regatta,boat,timer",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
2024-03-01 14:31:42 +00:00
{"name": "regattatimer.app.js", "url": "app.js"},
{"name": "regattatimer.settings.js", "url": "settings.js"},
2024-03-01 20:12:14 +00:00
{"name": "regattatimer.img", "url": "app-icon.js", "evaluate": true}
2024-02-23 15:53:24 +00:00
],
2024-02-23 19:41:30 +00:00
"data": [{"name": "regattatimer.json"}],
2024-03-01 14:31:42 +00:00
"screenshots": [{"url": "screenshot.png"},{"url": "screenshot-1.png"},{"url": "screenshot-2.png"},{"url": "screenshot-3.png"},{"url": "screenshot-4.png"},{"url": "screenshot-5.png"},{"url": "screenshot-6.png"},{"url": "screenshot-7.png"}]
2024-02-23 15:53:24 +00:00
}