mirror of https://github.com/espruino/BangleApps
Added pastel clock for bangle 2 to apps.json
parent
79f84b25ea
commit
440662f068
14
apps.json
14
apps.json
|
@ -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}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue