forked from FOSS/BangleApps
15 lines
388 B
JSON
15 lines
388 B
JSON
{ "id": "rellotge",
|
|
"name": "Rellotge en catala",
|
|
"shortName":"Rellotge",
|
|
"version":"0.01",
|
|
"description": "A catalan clock with traditional naming of hous",
|
|
"icon": "icona.js",
|
|
"type": "clock",
|
|
"tags": "",
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"rellotge.app.js","url":"rellotge.js"},
|
|
{"name":"rellotge.img","url":"icona.js","evaluate":true}
|
|
]
|
|
}
|