MESSAGE4
parent
3c446d62fd
commit
f6191c0589
11
apps.json
11
apps.json
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue