v1.00 - Added sonic clock app
parent
d9d5926416
commit
6da9121f24
17
apps.json
17
apps.json
|
|
@ -5062,5 +5062,22 @@
|
||||||
{"name":"ltherm.app.js","url":"app.js"},
|
{"name":"ltherm.app.js","url":"app.js"},
|
||||||
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
{"name":"ltherm.img","url":"icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "sonicclk",
|
||||||
|
"name": "Sonic Clock",
|
||||||
|
"version": "1.00",
|
||||||
|
"description": "A classic sonic clock featuring run, stop and wait animations.",
|
||||||
|
"icon": "app.png",
|
||||||
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
"type": "clock",
|
||||||
|
"tags": "clock",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"allow_emulator": true,
|
||||||
|
"readme": "README.md",
|
||||||
|
"storage": [
|
||||||
|
{"name":"sonicclk.app.js","url":"app.js"},
|
||||||
|
{"name":"sonicclk.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1.00 Added sonic clock app
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Sonic Clock
|
||||||
|
|
||||||
|
A classic sonic clock featuring run, stop and wait animations.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
- Sonic will run when the screen is unlocked
|
||||||
|
- Sonic will stop when the screen is locked
|
||||||
|
- Sonic will wait when looking at your watch face (when `Bangle.on("twist", fn)` is fired).
|
||||||
|
|
||||||
|
### Made with love by [Joseph](https://github.com/Johoseph) 🤗
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
require("heatshrink").decompress(atob("mEwwkBiIA/AE0ZzIACBIgFFC7oTCylEzOIDYeZogX6LwWd7oYCAAOJC82UpoXFAAKnMC6x2CpIVFC/gSCxOYAYP///4C4X/DBIXWIIwWBDAWPAYIXedQJwG/8AgEP//wgAX2CwIADRoQXmSIoXtJAeEoi+C+lEoAcBogX7zOUondolEpvdAAQXgYIgXCAAwXlAAIYC6ENLx4XtAYMZDAvd6gWJC7IKJABgX/C74A/ADY"))
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 372 B |
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in New Issue