Files
Momentum-Firmware/applications/plugins/totp/application.fam
RogueMaster 441e0fad45 totp
2022-10-17 10:19:37 -04:00

20 lines
376 B
Plaintext

App(
appid="Authenticator",
name="Authenticator",
apptype=FlipperAppType.EXTERNAL,
entry_point="totp_app",
cdefines=["APP_TOTP"],
requires=[
"gui",
"cli",
"dialogs",
"storage",
"input",
"notification"
],
stack_size=2 * 1024,
order=20,
fap_category="Misc",
fap_icon="totp_10px.png"
)