mirror of https://github.com/espruino/BangleApps
15 lines
376 B
JSON
15 lines
376 B
JSON
|
{ "id": "scicalc",
|
||
|
"name": "Scientific Calculator",
|
||
|
"shortName":"SciCalc",
|
||
|
"version":"0.01",
|
||
|
"description": "Scientific calculator",
|
||
|
"icon": "scicalc.png",
|
||
|
"readme": "README.md",
|
||
|
"tags": "app,tool",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"scicalc.app.js","url":"app.js"},
|
||
|
{"name":"scicalc.img","url":"app-icon.js","evaluate":true},
|
||
|
]
|
||
|
}
|