BangleApps/apps/imc/metadata.json

15 lines
386 B
JSON

{ "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}
]
}