2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "calculator",
|
|
|
|
"name": "Calculator",
|
|
|
|
"shortName": "Calculator",
|
2022-11-06 23:07:27 +00:00
|
|
|
"version": "0.07",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Basic calculator reminiscent of MacOs's one. Handy for small calculus.",
|
|
|
|
"icon": "calculator.png",
|
|
|
|
"screenshots": [{"url":"screenshot_calculator.png"}],
|
|
|
|
"tags": "app,tool",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-04-04 07:43:48 +00:00
|
|
|
"readme": "README.md",
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"calculator.app.js","url":"app.js"},
|
|
|
|
{"name":"calculator.img","url":"calculator-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|