2022-01-06 11:47:26 +00:00
{
"id" : "gpsrec" ,
"name" : "GPS Recorder" ,
2024-03-04 21:32:06 +00:00
"version" : "0.30" ,
2022-04-26 10:28:07 +00:00
"description" : "(NOT RECOMMENDED) - please use the more flexible 'Recorder' app instead. Application that allows you to record a GPS track. Can run in background" ,
2022-01-06 11:47:26 +00:00
"icon" : "app.png" ,
"tags" : "tool,outdoors,gps,widget" ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"interface" : "interface.html" ,
"storage" : [
{ "name" : "gpsrec.app.js" , "url" : "app.js" } ,
{ "name" : "gpsrec.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "gpsrec.wid.js" , "url" : "widget.js" } ,
{ "name" : "gpsrec.settings.js" , "url" : "settings.js" }
] ,
"data" : [ { "name" : "gpsrec.json" } , { "wildcard" : ".gpsrc?" , "storageFile" : true } ]
}