mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Added multiple apps
Added Geiger Counter, Nightstand, Scrambler, Pomodoro
This commit is contained in:
13
applications/plugins/nightstand/application.fam
Normal file
13
applications/plugins/nightstand/application.fam
Normal file
@@ -0,0 +1,13 @@
|
||||
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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user