pull/3505/head
blade 2024-07-13 19:06:28 +12:00
parent e678306f0e
commit 1aec93ff39
2 changed files with 2 additions and 2 deletions

View File

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