Create metadata.json
parent
a5ed1f813a
commit
77c03bc931
|
|
@ -0,0 +1,14 @@
|
||||||
|
{ "id": "imc",
|
||||||
|
"name": "Metric Imperial Converter",
|
||||||
|
"shortName":"imc",
|
||||||
|
"icon": "IMC.png",
|
||||||
|
"version":"0.01",
|
||||||
|
"allow_emulator": true,
|
||||||
|
"description": "A tool for converting metric and imperial measurements",
|
||||||
|
"tags": "game",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"storage": [
|
||||||
|
{"name":"imc.app.js","url":"app.js"},
|
||||||
|
{"name":"imc.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue