forked from FOSS/BangleApps
adding to apps.json
parent
e7c3e983b2
commit
05803858c8
17
apps.json
17
apps.json
|
@ -2171,5 +2171,20 @@
|
|||
{"name":"cube.stl","url":"cube.stl"},
|
||||
{"name":"icosa.stl","url":"icosa.stl"}
|
||||
]
|
||||
}
|
||||
},
|
||||
{ "id": "worldclock",
|
||||
"name": "World Clock - 4 time zones",
|
||||
"shortName":"World Clock",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Current time zone plus up to four others",
|
||||
"tags": "clock",
|
||||
"type" : "clock",
|
||||
"custom": "custom.html",
|
||||
"storage": [
|
||||
{"name":"worldclock.app.js","url":"app.js"},
|
||||
{"name":"worldclock.settings.json"}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue