mirror of https://github.com/espruino/BangleApps
13 lines
404 B
JSON
13 lines
404 B
JSON
|
{ "id": "clkinfomag",
|
||
|
"name": "Compass Clockinfo",
|
||
|
"version":"0.01",
|
||
|
"description": "Extra information to add to clock screens. When selected, displays the compass heading and an arrow pointing North",
|
||
|
"icon": "icon.png",
|
||
|
"type": "clkinfo",
|
||
|
"tags": "clkinfo,compass,mag,magnetometer",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"clkinfomag.clkinfo.js","url":"clkinfo.js"}
|
||
|
]
|
||
|
}
|