Create metadata.json

master
AwesomeMeeps 2025-08-20 11:15:36 -07:00 committed by GitHub
parent be59e63ef0
commit 8350b0fa5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}
]
}