mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-04 22:33:36 -07:00
Format go brrr
This commit is contained in:
+3
-11
@@ -3,23 +3,15 @@ App(
|
||||
name="Mifare Nested",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="mifare_nested_app",
|
||||
requires=[
|
||||
"storage",
|
||||
"gui",
|
||||
"nfc"
|
||||
],
|
||||
requires=["storage", "gui", "nfc"],
|
||||
stack_size=4 * 1024,
|
||||
order=30,
|
||||
fap_icon="assets/icon.png",
|
||||
fap_category="NFC",
|
||||
fap_private_libs=[
|
||||
Lib(name="nested"),
|
||||
Lib(name="parity"),
|
||||
Lib(name="crypto1")
|
||||
],
|
||||
fap_private_libs=[Lib(name="nested"), Lib(name="parity"), Lib(name="crypto1")],
|
||||
fap_icon_assets="assets",
|
||||
fap_author="AloneLiberty",
|
||||
fap_description="Recover Mifare Classic keys",
|
||||
fap_weburl="https://github.com/AloneLiberty/FlipperNested",
|
||||
fap_version=(1, 4)
|
||||
fap_version=(1, 4),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user