Create metadata.json

pull/1573/head
Klaus-Peter Bernschneider 2022-03-15 09:16:02 +01:00 committed by GitHub
parent 139029af0b
commit 39d256ff6f
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": "sunclock",
"name": "Sun Clock",
"version": "0.01",
"description": "A clock with sunset/sunrise, sun height/azimuth",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"sunclock.app.js","url":"app.js"},
{"name":"sunclock.img","url":"app-icon.js","evaluate":true}
]
}