Update metadata.json

master
bb0x88 2024-07-14 20:48:48 +12:00 committed by GitHub
parent c0fffbe966
commit afc7744eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
"version": "0.01",
"description": "Aerobic fitness test created by Léger & Lambert",
"icon": "beeptest.png",
"tags": "",
"tags": "Health",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{ "name": "beeptest.app.js", "url": "beeptest.js" },
{ "name": "beeptest.img", "url": "app-icon.js", "evaluate": true }
{ "name": "beeptest.png", "url": "app-icon.js", "evaluate": true }
]
}