mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 12:48:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -3,12 +3,11 @@ App(
|
||||
name="NFC Maker",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="nfc_maker",
|
||||
cdefines=["APP_NFC_MAKER"],
|
||||
requires=[
|
||||
"storage",
|
||||
"gui",
|
||||
],
|
||||
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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user