forked from FOSS/BangleApps
20 lines
681 B
JSON
20 lines
681 B
JSON
|
{
|
||
|
"id": "speedalt2",
|
||
|
"name": "GPS Adventure Sports II",
|
||
|
"shortName":"GPS Adv Sport II",
|
||
|
"version":"1.10",
|
||
|
"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"],
|
||
|
"readme": "README.md",
|
||
|
"allow_emulator": true,
|
||
|
"storage": [
|
||
|
{"name":"speedalt2.app.js","url":"app.js"},
|
||
|
{"name":"speedalt2.img","url":"app-icon.js","evaluate":true},
|
||
|
{"name":"speedalt2.settings.js","url":"settings.js"}
|
||
|
],
|
||
|
"data": [{"name":"speedalt2.json"}]
|
||
|
}
|