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="Tools", fap_author="@0w0mewo", fap_weburl="https://github.com/0w0mewo/fpz_cntdown_timer", fap_version="1.5", fap_description="Simple count down timer", )