14 lines
382 B
JSON
14 lines
382 B
JSON
{ "id": "dentigrossi",
|
|
"name": "My app monitors the teeth brush",
|
|
"shortName":"Short Name",
|
|
"version":"0.01",
|
|
"description": "A detailed description of my great app",
|
|
"icon": "brush-teeth.png",
|
|
"tags": "",
|
|
"supports" : ["BANGLEJS1"],
|
|
"storage": [
|
|
{"name":"denti.app.js","url":"app.js"},
|
|
{"name":"brush-teeth.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|