forked from FOSS/BangleApps
Upload additional files
parent
a1c17b6416
commit
fb07b54938
|
@ -0,0 +1,13 @@
|
|||
require("Storage").write("binaryledclk.info",{
|
||||
"id":"binaryledclk",
|
||||
"name":"Binary LED Clock",
|
||||
"version": "0.10",
|
||||
"description": "Binary LED clock with date",
|
||||
"src":"binaryledclk.app.js",
|
||||
"icon":"binaryledclk.png",
|
||||
"screenshots": [{"url":"screenshot_blc.bmp"}],
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
});
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue