mirror of https://github.com/espruino/BangleApps
14 lines
390 B
JSON
14 lines
390 B
JSON
|
{
|
||
|
"id": "ncfrun",
|
||
|
"name": "NCEU 5K Fun Run",
|
||
|
"version": "0.01",
|
||
|
"description": "Display a map of the NodeConf EU 2019 5K Fun Run route and your location on it",
|
||
|
"icon": "nceu-funrun.png",
|
||
|
"tags": "health",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"storage": [
|
||
|
{"name":"ncfrun.app.js","url":"nceu-funrun.js"},
|
||
|
{"name":"ncfrun.img","url":"nceu-funrun-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|