master
sebi5361 2019-12-02 18:13:26 +01:00
parent 3c446d62fd
commit f6191c0589
2 changed files with 23 additions and 0 deletions

View File

@ -1,4 +1,15 @@
[
{ "id": "clck3x2",
"name": "3x2 Pixel Clock",
"icon": "clock3x2.png",
"description": "This is a simple clock using minimalistic 3x2 pixel numerical digits",
"tags": "clock",
"storage": [
{"name":"+clck3x2","url":"clock3x2.json"},
{"name":"-clck3x2","url":"clock3x2.js"},
{"name":"*clck3x2","url":"clock3x2-icon.js","evaluate":true}
]
},
{ "id": "boot",
"name": "Bootloader",
"icon": "bootloader.png",

View File

@ -0,0 +1,12 @@
// Create an entry in apps.json as follows:
{ "id": "clck3x2",
"name": "3x2 Pixel Clock",
"icon": "clock3x2.png",
"description": "This is a simple clock using minimalistic 3x2 pixel numerical digits",
"tags": "clock",
"storage": [
{"name":"+clck3x2","url":"clock3x2.json"},
{"name":"-clck3x2","url":"clock3x2.js"},
{"name":"*clck3x2","url":"clock3x2-icon.js","evaluate":true}
]
}