unleashed-firmware/applications/external/flipfrid/application.fam
MX ca49da3c83
Fix APP_IDs to match new regex
regex check will be added in OFW soon
2023-06-02 13:42:44 +03:00

13 lines
321 B
Plaintext

App(
appid="rfid_fuzzer",
name="RFID Fuzzer",
apptype=FlipperAppType.EXTERNAL,
entry_point="flipfrid_start",
requires=["gui", "storage", "dialogs", "input", "notification"],
stack_size=2 * 1024,
order=15,
fap_icon="rfid_10px.png",
fap_category="Tools",
fap_icon_assets="images",
)