mirror of https://github.com/espruino/BangleApps
24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"id": "rpnsci",
|
|
"name": "RPN Scientific Calculator",
|
|
"shortName": "Calculator",
|
|
"icon": "icon.png",
|
|
"version": "0.03",
|
|
"description": "RPN scientific calculator with memory function.",
|
|
"tags": "",
|
|
"supports": [
|
|
"BANGLEJS2"
|
|
],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{
|
|
"name": "rpnsci.app.js",
|
|
"url": "app.js"
|
|
},
|
|
{
|
|
"name": "rpnsci.img",
|
|
"url": "icon.js",
|
|
"evaluate": "true"
|
|
}
|
|
]
|
|
} |