mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 23:58:36 -07:00
Update apps
This commit is contained in:
11
applications/external/nightstand/application.fam
vendored
Normal file
11
applications/external/nightstand/application.fam
vendored
Normal 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,
|
||||
)
|
||||
Reference in New Issue
Block a user