Added pastel clock for bangle 2 to apps.json

pull/812/head
hughbarney 2021-09-13 21:38:19 +01:00
parent 79f84b25ea
commit 440662f068
2 changed files with 16 additions and 2 deletions

View File

@ -3442,5 +3442,19 @@
"data": [
{"name":"app.json"}
]
},
{ "id": "pastel",
"name": "Pastel Clock",
"shortName":"Pastel",
"icon": "pastel.png",
"version":"0.01",
"description": "A nixie tube clock for both Bangle 1 and 2.",
"tags": "clock b2",
"type":"clock",
"readme": "README.md",
"storage": [
{"name":"pastel.app.js","url":"pastel.app.js"},
{"name":"pastel.img","url":"pastel.icon.js","evaluate":true}
]
}
]

View File

@ -1,4 +1,4 @@
# Pastel Clock
A Configurable clock with custom fonts and background
Designed specifically for bangle 2
A Configurable clock with custom fonts and background. Designed
specifically for bangle 2