BangleApps/apps/altimeter/metadata.json

13 lines
391 B
JSON
Raw Normal View History

2022-04-06 14:09:41 +00:00
{ "id": "altimeter",
"name": "Altimeter",
2023-11-18 21:55:56 +00:00
"version":"0.04",
2022-04-06 14:09:41 +00:00
"description": "Simple altimeter that can display height changed using Bangle.js 2's built in pressure sensor.",
"icon": "app.png",
"tags": "tool,outdoors",
2022-04-06 14:44:46 +00:00
"supports" : ["BANGLEJS2"],
2022-04-06 14:09:41 +00:00
"storage": [
{"name":"altimeter.app.js","url":"app.js"},
{"name":"altimeter.img","url":"app-icon.js","evaluate":true}
]
}