Create metadata.json

pull/1620/head
ELIARENZONI 2022-03-23 11:21:25 +01:00 committed by GitHub
parent 1b9dbd58af
commit 4723f2cb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
apps/metadata.json Normal file
View File

@ -0,0 +1,13 @@
{ "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}
]
}