mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-15 00:18:35 -07:00
Rename plugins to external
This commit is contained in:
12
applications/external/nightstand/application.fam
vendored
Normal file
12
applications/external/nightstand/application.fam
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
App(
|
||||
appid="nightstand",
|
||||
name="Nightstand Clock",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="clock_app",
|
||||
requires=["gui"],
|
||||
icon="A_Clock_14",
|
||||
stack_size=2 * 1024,
|
||||
fap_icon="clock.png",
|
||||
fap_category="Misc",
|
||||
order=81,
|
||||
)
|
||||
Reference in New Issue
Block a user