Flipper/Applications/Official/source-OLDER/xMasterX/fpz_cntdown_timer-main/application.fam

17 lines
407 B
Plaintext
Raw Normal View History

2023-01-26 07:52:38 +00:00
# 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,
order=20,
fap_icon="cntdown_timer.png",
fap_category="Misc_Extra",
)