BangleApps/apps/aviatorclk/metadata.json

21 lines
740 B
JSON
Raw Normal View History

2023-11-28 09:46:29 +00:00
{
"id": "aviatorclk",
"name": "Aviator Clock",
"shortName":"AV8R Clock",
"version":"1.01",
2023-11-28 09:46:29 +00:00
"description": "A clock for aviators, with local time and UTC - and the latest METAR for the nearest airport",
"icon": "aviatorclk.png",
"screenshots": [{ "url": "screenshot.png" }, { "url": "screenshot2.png" }],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"dependencies" : { "avwx": "module" },
"readme": "README.md",
"storage": [
{ "name":"aviatorclk.app.js", "url":"aviatorclk.app.js" },
{ "name":"aviatorclk.settings.js", "url":"aviatorclk.settings.js" },
{ "name":"aviatorclk.img", "url":"aviatorclk-icon.js", "evaluate":true }
],
"data": [{ "name":"aviatorclk.json" }]
}