mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
App(
|
|
appid="flipp_pomodoro",
|
|
name="Pomodoro Timer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="flipp_pomodoro_app",
|
|
requires=["gui", "notification", "dolphin"],
|
|
stack_size=1 * 1024,
|
|
fap_category="Tools",
|
|
fap_icon_assets="images",
|
|
fap_icon="flipp_pomodoro_10.png",
|
|
)
|