15 lines
365 B
JSON
15 lines
365 B
JSON
{ "id": "IMC",
|
|
"name": "Metric to Imperial Converter",
|
|
"shortName":"IMC",
|
|
"icon": "IMC.png",
|
|
"version":"0.01",
|
|
"allow_emulator": true,
|
|
"description": "A tool for converting measurements",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"IMC.app.js","url":"app.js"},
|
|
{"name":"IMC.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|