Create metadata.json

master
AwesomeMeeps 2025-08-20 11:15:36 -07:00 committed by Bryan
parent a5ed1f813a
commit 77c03bc931
1 changed files with 14 additions and 0 deletions

14
apps/imc/metadata.json Normal file
View File

@ -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}
]
}