mirror of https://github.com/espruino/BangleApps
Create metadata.json
parent
139029af0b
commit
39d256ff6f
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"],
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"sunclock.app.js","url":"app.js"},
|
||||
{"name":"sunclock.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue