1
0
Fork 0

Update metadata.json

fix error in filenames
master
dapgo 2022-12-21 16:10:09 +01:00 committed by GitHub
parent 4cbbea32a7
commit 05ede6b076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
{
"id": "mixanadigclock",
"id": "mixdiganclock",
"name": "Mix Dig&Anal Clock",
"version": "0.01",
"description": "A dual Analog and Digital Clock",
"icon": "mixanadigclock.png",
"icon": "mixdiganclock.png",
"type": "clock",
"tags": "clock",
"screenshots": [{"url":"ss_mixdigan_ems.png"}],
"screenshots": [{"url":"pic_mixdigan_bjs1.jpg"}],
"supports": ["BANGLEJS","BANGLEJS"],
"allow_emulator": true,
"storage": [
{"name":"mixanadigclock.app.js","url":"mixanadigclock.app.js"},
{"name":"mixanadigclock.img","url":"mixanadigclock.img","evaluate":false}
{"name":"mixdiganclock.app.js","url":"mixdiganclock.app.js"},
{"name":"mixdiganclock.img","url":"mixdiganclock.img","evaluate":true}
]
}