Create metadata.json

master
Klaus-Peter Bernschneider 2022-03-14 15:24:46 +01:00 committed by GitHub
parent 6ca2a8ef94
commit 95f814a532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
apps/timer/metadata.json Normal file
View File

@ -0,0 +1,12 @@
{ "id": "timer",
"name": "My Timer App",
"shortName":"My Timer",
"icon": "app.png",
"version":"0.01",
"description": "This is Peter´s awesome timer app",
"tags": "",
"storage": [
{"name":"timer.app.js","url":"app.js"},
{"name":"timer.img","url":"app-icon.js","evaluate":true}
]
}