Update metadata.json
parent
2569ef966a
commit
2da349874b
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id":"blc",
|
"id":"blc",
|
||||||
"name":"Binary LED Clock",
|
"name":"Binary LED Clock",
|
||||||
"version": "0.10",
|
"version": "0.40",
|
||||||
"description": "Binary LED Clock with date",
|
"description": "a binary LED-Clock with time and date and customizable LED-colors",
|
||||||
"icon":"blc-icon.png",
|
"icon":"blc-icon.png",
|
||||||
"screenshots": [{"url":"screenshot_blc.bmp"}],
|
"screenshots": [{"url":"screenshot_blc_1.bmp"},{"url":"screenshot_blc_2.bmp"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"blc.app.js","url":"blc.js"},
|
{"name":"blc.app.js","url":"blc.js"},
|
||||||
|
{"name":"blc.settings.js","url":"blc.settings.js"},
|
||||||
{"name":"blc.img","url":"blc-icon.js","evaluate":true}
|
{"name":"blc.img","url":"blc-icon.js","evaluate":true}
|
||||||
]
|
],
|
||||||
|
"data": [{"name":"blc.settings.json"}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue