mirror of https://github.com/espruino/BangleApps
16 lines
592 B
JSON
16 lines
592 B
JSON
{
|
|
"id": "astral",
|
|
"name": "Astral Clock",
|
|
"version": "0.04",
|
|
"description": "Clock that calculates and displays Alt Az positions of all planets, Sun as well as several other astronomy targets (customizable) and current Moon phase. Coordinates are calculated by GPS & time and onscreen compass assists orienting. See Readme before using.",
|
|
"icon": "app-icon.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"astral.app.js","url":"app.js"},
|
|
{"name":"astral.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|