mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
21 lines
538 B
Plaintext
21 lines
538 B
Plaintext
App(
|
|
appid="magspoof",
|
|
name="[MAG] MagSpoof",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="mag_app",
|
|
requires=[
|
|
"gui",
|
|
"storage",
|
|
"notification",
|
|
"dialogs",
|
|
],
|
|
stack_size=6 * 1024,
|
|
fap_icon="icons/mag_10px.png",
|
|
fap_category="GPIO",
|
|
fap_icon_assets="icons",
|
|
fap_version=(0, 5), # major, minor
|
|
fap_description="WIP MagSpoof port using the RFID subsystem",
|
|
fap_author="Zachary Weiss",
|
|
fap_weburl="https://github.com/zacharyweiss/magspoof_flipper",
|
|
)
|