mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 23:28:36 -07:00
Move fw integrated apps to system dir --nobuild
This commit is contained in:
14
applications/system/nightstand/application.fam
Normal file
14
applications/system/nightstand/application.fam
Normal file
@@ -0,0 +1,14 @@
|
||||
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="Tools",
|
||||
fap_author="@nymda & @Willy-JL",
|
||||
fap_weburl="https://github.com/nymda/FlipperNightStand",
|
||||
fap_version="1.0",
|
||||
fap_description="Clock with screen brightness controls",
|
||||
)
|
||||
Reference in New Issue
Block a user