2022-04-06 14:09:41 +00:00
|
|
|
{ "id": "altimeter",
|
|
|
|
"name": "Altimeter",
|
2022-04-06 14:44:46 +00:00
|
|
|
"version":"0.02",
|
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}
|
|
|
|
]
|
|
|
|
}
|