Create metadata.json

pull/2211/head
jukioo 2022-10-19 13:41:11 +03:00 committed by GitHub
parent ca41ccf6de
commit 52532b41c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ "id": "henkinen",
"name": "Henkinen - Tiny Breathing Helper",
"shortName":"Henkinen",
"version":"0.01",
"description": "A tiny app helping you to breath and relax.",
"icon": "app.png",
"screenshots": [{"url":"screenshot1.png"}],
"type": "outdoors",
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"henkinen.app.js","url":"app.js"},
{"name":"henkinen.img","url":"app-icon.js","evaluate":true}
]
}