1
0
Fork 0

adding to apps.json

master
computermacgyver 2020-08-23 23:56:09 +01:00
parent e7c3e983b2
commit 05803858c8
1 changed files with 16 additions and 1 deletions

View File

@ -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"}
]
}
]
]