mirror of https://github.com/espruino/BangleApps
17 lines
484 B
JSON
17 lines
484 B
JSON
{ "id": "openwind",
|
|
"name": "OpenWind",
|
|
"shortName":"OpenWind",
|
|
"version": "0.04",
|
|
"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"}
|
|
],
|
|
"data":[{"name":"openwindsettings.json"}]
|
|
}
|