2022-04-06 10:30:20 +00:00
|
|
|
{ "id": "megadenti",
|
|
|
|
"name": "Denti",
|
|
|
|
"shortName":"My Denti",
|
|
|
|
"icon": "brush-teeth.png",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.02",
|
2022-04-06 10:30:20 +00:00
|
|
|
"description": "This app allows you wash your teeth in an efficent way. A coloured timer guides you while your smile becomes bright!",
|
|
|
|
"tags": "game",
|
|
|
|
"supports": ["BANGLEJS"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"megadenti.app.js","url":"app.js"},
|
|
|
|
{"name":"megadenti.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|