Create metadata.json

pull/3121/head
shansou504 2023-12-08 11:47:24 -05:00 committed by GitHub
parent 56b6188d1c
commit a80c00dc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"id": "binaryclk",
"name": "Bin Clock",
"version": "0.01",
"description": "Clock face to binary time in 24 hr format",
"icon": "binaryclk.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"binaryclk.app.js","url":"app.js"},
{"name":"binaryclk.img","url":"app-icon.js","evaluate":true}
]
}