BangleApps/apps/gpsmagcourse/metadata.json

19 lines
580 B
JSON
Raw Normal View History

{
2023-02-19 10:52:58 +00:00
"id": "gpsmagcourse",
"name": "GPS Compass heading switcher",
2023-02-19 10:52:58 +00:00
"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",
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"},
{"name":"gpsmagcourse.wid.js","url":"widget.js"}
],
2023-02-19 10:52:58 +00:00
"data": [{"name":"gpsmagcourse.json"}]
}