mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
16 lines
488 B
Plaintext
16 lines
488 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",
|
|
fap_author="@Th3Un1q3",
|
|
fap_weburl="https://github.com/Th3Un1q3/flipp_pomodoro",
|
|
fap_version="1.2",
|
|
fap_description="Boost Your Productivity with the Pomodoro Timer",
|
|
)
|