2022-03-15 08:16:02 +00:00
|
|
|
{
|
|
|
|
"id": "sunclock",
|
|
|
|
"name": "Sun Clock",
|
|
|
|
"version": "0.01",
|
|
|
|
"description": "A clock with sunset/sunrise, sun height/azimuth",
|
|
|
|
"icon": "app.png",
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
2022-04-04 07:43:48 +00:00
|
|
|
"readme": "README.md",
|
2022-03-15 08:16:02 +00:00
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"sunclock.app.js","url":"app.js"},
|
2022-03-15 08:30:32 +00:00
|
|
|
{"name":"sunclock.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"suncalc.js","url":"suncalc.js"}
|
2022-03-15 08:16:02 +00:00
|
|
|
]
|
|
|
|
}
|