mirror of https://github.com/espruino/BangleApps
14 lines
351 B
JSON
14 lines
351 B
JSON
{ "id": "spacer",
|
|
"name": "Space Race",
|
|
"version": "0.01",
|
|
"description": "Compare GPS with Baido and Glonass",
|
|
"icon": "app.png",
|
|
"readme": "README.md",
|
|
"supports" : ["BANGLEJS2"],
|
|
"tags": "tool",
|
|
"storage": [
|
|
{"name":"spacer.app.js","url":"spacer.app.js"},
|
|
{"name":"spacer.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|