Files
Momentum-Firmware/applications/plugins/dolphinrestorer/application.fam
Willy-JL e33023463a Format
2023-02-02 21:38:45 +00:00

13 lines
297 B
Plaintext

App(
appid="DolphinRestorer",
name="Dolphin Restorer",
apptype=FlipperAppType.EXTERNAL,
entry_point="drestorer_app",
cdefines=["APP_DRESTORER"],
requires=["gui", "storage"],
stack_size=2 * 1024,
order=90,
fap_icon="restoreIcon.png",
fap_category="Tools",
)