mirror of https://github.com/espruino/BangleApps
16 lines
440 B
JSON
16 lines
440 B
JSON
{ "id": "openwind",
|
|
"name": "OpenWind",
|
|
"shortName":"OpenWind",
|
|
"version":"0.03",
|
|
"description": "OpenWind",
|
|
"icon": "openwind.png",
|
|
"readme": "README.md",
|
|
"tags": "ble,outdoors,gps,sailing",
|
|
"supports" : ["BANGLEJS", "BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"openwind.app.js","url":"app.js"},
|
|
{"name":"openwind.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"openwind.settings.js", "url":"settings.js"}
|
|
]
|
|
}
|