1
0
Fork 0

Update metadata.json

master
eleanor 2022-05-16 11:57:40 -05:00 committed by GitHub
parent cb9c9364ae
commit bca268b43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ "id": "poketchclock",
{ "id": "pokeclock",
"name": "Poketch Clock",
"shortName":"Poketch",
"icon": "pokeclock.png",
@ -9,7 +9,7 @@
"supports": ["BANGLEJS2"],
"readme":"README.md",
"storage": [
{"name":"poketchclock.app.js","url":"app.js"},
{"name":"poketchclock.img","url":"app-icon.js","evaluate":true}
{"name":"pokeclock.app.js","url":"app.js"},
{"name":"pokeclock.img","url":"app-icon.js","evaluate":true}
]
}