forked from FOSS/BangleApps
16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"id": "arrow",
|
|
"name": "Arrow Compass",
|
|
"version": "0.06",
|
|
"description": "Moving arrow compass that points North, shows heading, with tilt correction. Based on jeffmer's Navigation Compass",
|
|
"icon": "arrow.png",
|
|
"type": "app",
|
|
"tags": "tool,outdoors",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"arrow.app.js","url":"app.js"},
|
|
{"name":"arrow.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|