mirror of https://github.com/espruino/BangleApps
20 lines
684 B
JSON
20 lines
684 B
JSON
{
|
|
"id": "speedalt",
|
|
"name": "GPS Adventure Sports",
|
|
"shortName": "GPS Adv Sport",
|
|
"version": "0.12",
|
|
"description": "GPS speed, altitude and distance to waypoint display. Designed for easy viewing and use during outdoor activities such as para-gliding, hang-gliding, sailing, cycling etc.",
|
|
"icon": "app.png",
|
|
"type": "app",
|
|
"tags": "tool,outdoors",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"speedalt.app.js","url":"app.js"},
|
|
{"name":"speedalt.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"speedalt.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"speedalt.json"}]
|
|
}
|