Create metadata.json

master
Andy Smy 2025-04-17 13:37:35 +01:00 committed by GitHub
parent 4fb2c29592
commit c0d04784c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
apps/umpire/metadata.json Normal file
View File

@ -0,0 +1,13 @@
{ "id": "umpire",
"name": "Umpire Ball Counter",
"shortName":"Umpire",
"icon": "app.png",
"version":"0.01",
"description": "Cricket umpire ball counter and match event logger",
"tags": "",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"umpire.app.js","url":"app.js"},
{"name":"umpire.img","url":"app-icon.js","evaluate":true}
]
}