Update apps.json

master
SpyGuy 2020-09-24 13:38:08 -04:00 committed by GitHub
parent fd6245c530
commit 736ef026d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 2 deletions

View File

@ -1,11 +1,11 @@
[
{ "id": "boot",
"name": "Bootloader",
"tags": "tool,system",
"type":"bootloader",
"icon": "bootloader.png",
"version":"0.21",
"description": "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings",
"tags": "tool,system",
"type":"bootloader",
"storage": [
{"name":".boot0","url":"boot0.js"},
{"name":".bootcde","url":"bootloader.js"}
@ -2226,3 +2226,18 @@
]
}
]
},
{ "id": "digiclock",
"name": "Digital Clock",
"shortName":"Digi Clock",
"icon": "digiclock.png",
"version":"0.01",
"description": "A simple digital clock with the time, day, month, and year",
"tags": "",
"storage": [
{"name":"digiclock.app.js","url":"digiclock.js"},
{"name":"digiclock.img","url":"digi-icon.js","evaluate":true}
]
}
]