BangleApps/apps/gpsmagcourse/metadata.json

20 lines
739 B
JSON
Raw Normal View History

{
2023-02-19 10:52:58 +00:00
"id": "gpsmagcourse",
2023-02-19 18:15:26 +00:00
"name": "GPS Compass course switcher",
"shortName":"GPS/Compass course",
"icon": "app.png",
"version":"0.01",
2023-02-20 20:35:35 +00:00
"description": "Replaces the GPS course with the compass heading when speed is slow or standing still to avoid the value from jumping randomly. For best experience also install \"Navigation Compass\", although not a requirement (see README).",
"type": "bootloader",
2023-02-17 17:11:12 +00:00
"tags": "outdoors,widget",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
2023-02-19 10:52:58 +00:00
{"name":"gpsmagcourse.boot.js","url":"boot.js"},
2023-02-19 18:15:26 +00:00
{"name":"gpsmagcourse.wid.js","url":"widget.js"},
{"name":"gpsmagcourse.settings.js","url":"settings.js"}
],
2023-02-19 10:52:58 +00:00
"data": [{"name":"gpsmagcourse.json"}]
}