2022-01-06 11:47:26 +00:00
{
"id" : "speedalt" ,
"name" : "GPS Adventure Sports" ,
"shortName" : "GPS Adv Sport" ,
2022-03-12 11:06:58 +00:00
"version" : "0.12" ,
2022-01-06 11:47:26 +00:00
"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" ,
2022-02-15 17:26:05 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2022-01-06 11:47:26 +00:00
"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" } ]
}