Files
Momentum-Firmware/applications/external/cntdown_timer/application.fam
2023-08-31 16:40:04 +02:00

20 lines
548 B
Plaintext

# qv. https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppManifests.md
App(
appid="cntdown_tim",
name="Count Down Timer",
apptype=FlipperAppType.EXTERNAL,
entry_point="app_main",
cdefines=["APP_COUNT_DOWN_TIMER"],
requires=[
"gui",
],
stack_size=2 * 1024,
fap_icon="cntdown_timer.png",
fap_category="Tools",
fap_author="@0w0mewo",
fap_weburl="https://github.com/0w0mewo/fpz_cntdown_timer",
fap_version="1.1",
fap_description="Simple count down timer",
)