Create metadata.json

pull/2772/head
NovaDawn999 2023-05-24 21:45:48 -05:00 committed by GitHub
parent 97f0691e5f
commit a3139d9e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
apps/Uke/metadata.json Normal file
View File

@ -0,0 +1,12 @@
{ "id": "Uke",
"name": "Uke Chords",
"shortName":"Uke",
"icon": "uke.img",
"version":"0.01",
"description": "Wrist mounted ukulele chords",
"tags": "",
"storage": [
{"name":"novadawn999.app.js","url":"app.js"},
{"name":"uke.img","url":"app-icon.js","evaluate":true}
]
}