BangleApps/apps/guitar/metadata.json

15 lines
372 B
JSON
Raw Normal View History

2023-05-26 05:25:09 +00:00
{ "id": "guitar",
2023-05-26 05:21:13 +00:00
"name": "Guitar Chords",
"shortName":"Guitar",
2024-03-04 21:32:06 +00:00
"version": "0.03",
2023-05-26 05:21:13 +00:00
"description": "Wrist mounted guitar chords",
"icon": "app.png",
"tags": "guitar, chords",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"guitar.app.js","url":"app.js"},
{"name":"guitar.img","url":"app-icon.js","evaluate":true}
]
}