1
0
Fork 0

apps.json v 0.02

master
Danny 2022-01-20 00:54:10 +01:00
parent a9804987aa
commit fd60061c53
1 changed files with 4 additions and 2 deletions

View File

@ -4655,13 +4655,15 @@
"name": "TimeCal", "name": "TimeCal",
"shortName":"TimeCal", "shortName":"TimeCal",
"icon": "icon.png", "icon": "icon.png",
"version":"0.01", "version":"0.02",
"description": "TimeCal shows the Time along with a 3 week calendar", "description": "TimeCal shows the Time along with a 3 week calendar",
"tags": "clock", "tags": "clock",
"readme":"README.md",
"type": "clock", "type": "clock",
"supports":["BANGLEJS2"], "supports":["BANGLEJS2"],
"storage": [ "storage": [
{"name":"timecal.app.js","url":"timecal.app.js"} {"name":"timecal.app.js","url":"timecal.app.js"},
{"name":"timecal.settings.js","url":"timecal.settings.js"}
] ]
}, },
{ {