Update apps.json

added Nixie Clock
pull/789/head
JV 2021-08-24 14:35:08 -04:00 committed by GitHub
parent 642a46e863
commit 2f7bdb8805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -3410,5 +3410,20 @@
{"name":"thermomF.app.js","url":"app.js"},
{"name":"thermomF.img","url":"app-icon.js","evaluate":true}
]
},
{ "id": "vNixie",
"name": "Nixie Clock",
"shortName":"Nixie",
"icon": "nixie.png",
"version":"1.0",
"description": "A nixie tube clock for both Bangle 1 and 2.",
"tags": "clock",
"type":"clock",
"readme": "README.md",
"storage": [
{"name":"nixie.app.js","url":"app.js"},
{"name":"nixie.img","url":"app-icon.js","evaluate":true},
{"name":"m_vatch.js","url":"m_vatch.js"}
]
}
]