mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
App(
|
|
appid="nfc_maker",
|
|
name="NFC Maker",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="nfc_maker",
|
|
stack_size=1 * 1024,
|
|
fap_icon="nfc_maker_10px.png",
|
|
fap_category="NFC",
|
|
fap_author="@Willy-JL",
|
|
fap_weburl="https://github.com/Flipper-XFW/Xtreme-Apps/tree/dev/nfc_maker",
|
|
fap_version="1.1",
|
|
fap_description="Create NFC files for BT MACs, Contacts, Links, Emails, Phones, Text and WiFis",
|
|
)
|