mirror of https://github.com/espruino/BangleApps
16 lines
419 B
JSON
16 lines
419 B
JSON
{ "id": "rellotge",
|
|
"name": "Rellotge en catala",
|
|
"shortName":"Rellotge",
|
|
"version": "0.61",
|
|
"description": "A clock with traditional naming of hours in Catalan",
|
|
"icon": "icona.png",
|
|
"readme": "README.md",
|
|
"type": "clock",
|
|
"tags": "",
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"rellotge.app.js","url":"rellotge.js"},
|
|
{"name":"rellotge.img","url":"icona.js","evaluate":true}
|
|
]
|
|
}
|