mirror of https://github.com/espruino/BangleApps
19 lines
580 B
JSON
19 lines
580 B
JSON
|
{
|
||
|
"id": "gpsmagcourse",
|
||
|
"name": "GPS Compass heading switcher",
|
||
|
"shortName":"GPS/Comp. course",
|
||
|
"icon": "app.png",
|
||
|
"version":"0.01",
|
||
|
"description": "Replace GPS heading with compass heading when speed is slow or standing still to avoid the heading from jumping around randomly.",
|
||
|
"type": "bootloader",
|
||
|
"tags": "outdoors,widget",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"gpsmagcourse.boot.js","url":"boot.js"},
|
||
|
{"name":"gpsmagcourse.wid.js","url":"widget.js"}
|
||
|
],
|
||
|
"data": [{"name":"gpsmagcourse.json"}]
|
||
|
}
|
||
|
|