mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
20 lines
548 B
Plaintext
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",
|
|
)
|