mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
16 lines
421 B
Plaintext
16 lines
421 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="Tools",
|
|
order=81,
|
|
fap_author="@nymda & @Willy-JL",
|
|
fap_weburl="https://github.com/nymda/FlipperNightStand",
|
|
fap_version="1.0",
|
|
fap_description="Clock with screen brightness controls",
|
|
)
|