Create metadata.json

master
stweedo 2023-05-02 13:09:37 -05:00 committed by GitHub
parent 5790cfc58d
commit c2aa2f3908
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": "shadowclk",
"name": "Shadow Clock",
"version": "0.01",
"description": "A simple clock using the Londrina font with color and a shadowed outline. Based on the Anton Clock.
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"shadowclk.app.js","url":"app.js"},
{"name":"shadowclk.img","url":"app-icon.js","evaluate":true}
]
}