mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
App(
|
|
appid="flipp_pomodoro",
|
|
name="Flipp Pomodoro",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="flipp_pomodoro_app",
|
|
requires=["gui", "notification", "dolphin"],
|
|
stack_size=1 * 1024,
|
|
fap_category="Misc_Extra",
|
|
fap_icon_assets="images",
|
|
fap_icon="flipp_pomodoro_10.png",
|
|
)
|