mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
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,
|
|
)
|