2023-05-02 18:09:37 +00:00
|
|
|
{
|
|
|
|
"id": "shadowclk",
|
|
|
|
"name": "Shadow Clock",
|
|
|
|
"version": "0.01",
|
2023-05-02 18:25:35 +00:00
|
|
|
"description": "A simple clock using the Londrina font with color and a shadowed outline. Based on the Anton Clock.",
|
2023-05-02 18:09:37 +00:00
|
|
|
"icon": "app.png",
|
2023-05-03 04:58:52 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot-1.png"}],
|
2023-05-02 18:09:37 +00:00
|
|
|
"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}
|
|
|
|
]
|
|
|
|
}
|