Create metadata.json
parent
69179f34bd
commit
e43e06fe71
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ "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}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue