mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
App(
|
|
appid="Pomodoro_Timer",
|
|
name="Pomodoro Timer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="pomodoro_app",
|
|
stack_size=1 * 1024,
|
|
cdefines=["APP_POMODORO"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
order=10,
|
|
fap_icon="pomodoro_timer.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="icons",
|
|
)
|