Files
Momentum-Firmware/applications/plugins/dolphinrestorer/application.fam
RogueMaster 438b984000 apps renamed
2022-09-19 18:13:50 -04:00

12 lines
296 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",
)