Update metadata.json

master
Enric Pineda 2024-01-31 11:07:53 +01:00 committed by GitHub
parent 45ad884e12
commit dd645b11e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,13 @@
{ "id": "rellotge", { "id": "rellotge",
"name": "Rellotge", "name": "Rellotge en catala",
"shortName":"Rellotge", "shortName":"Rellotge",
"version":"0.1", "version":"0.01",
"description": "This is a description of my awesome timer app", "description": "A catalan clock with traditional naming of hous",
"supports" : ["BANGLEJS2"], "icon": "icona.js",
"tags": "", "tags": "",
"storage": [ "supports" : ["BANGLEJS2"],
{"name":"rellotge.js","url":"https://enricpineda.github.io/BangleApps/apps/rellotge/rellotge.js"} "storage": [
{"name":"rellotge.js","url":"rellotge.js"},
{"name":"rellotge.img","url":"icona.js","evaluate":true}
] ]
} }