Files
Momentum-Firmware/applications/plugins/nightstand/application.fam
VerstreuteSeele 25ce710b6e Added multiple apps
Added Geiger Counter, Nightstand, Scrambler, Pomodoro
2023-02-08 04:32:23 +01:00

14 lines
271 B
Plaintext

App(
appid="NightstandClock",
name="Nightstand Clock",
apptype=FlipperAppType.EXTERNAL,
entry_point="clock_app",
requires=["gui"],
icon="A_Clock_14",
stack_size=2 * 1024,
fap_icon="ClockIcon.png",
fap_category="Misc",
order=81,
)