unleashed-firmware/applications/plugins/totp/application.fam
MX 8520daf28b
addding some great plugins to be preinstalled
and running fbt format, and fixing TOTP printf format
2022-10-12 05:01:37 +03:00

19 lines
367 B
Text

App(
appid="totp",
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"
)