BangleApps/apps/MetricImperialConverter/metadata.json

14 lines
428 B
JSON

{ "id": "ImperialToMetricConverter",
"name": "Imperial To Metric Converter",
"shortName":"IMC",
"icon": "app.png",
"version":"0.01",
"description": "A simple app for the bangle.js 2 to convert imperial measurements to metric, or the other way around.",
"tags": "",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"IMC.app.js","url":"app.js"},
{"name":"IMC.img","url":"app-icon.js","evaluate":true}
]
}