Update apps

This commit is contained in:
Willy-JL
2023-05-02 17:53:54 +01:00
parent 38ba334a1a
commit e8a1718b8e
187 changed files with 149 additions and 159 deletions

View File

@@ -0,0 +1,11 @@
App(
appid="nightstand",
name="Nightstand Clock",
apptype=FlipperAppType.EXTERNAL,
entry_point="clock_app",
requires=["gui"],
stack_size=2 * 1024,
fap_icon="clock.png",
fap_category="Misc",
order=81,
)