Create metadata.json

master
AwesomeMeeps 2025-08-20 10:18:35 -07:00 committed by GitHub
parent 69179f34bd
commit e43e06fe71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

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