Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 5647725

Browse files
committed
Manifest cleanup
1 parent 24c39f0 commit 5647725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

application.fam

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
App(
22
appid="nfc_rfid_detector",
33
name="NFC/RFID detector",
4-
description="Identify the reader type: NFC (12.54 MHz) and/or RFID (125 KHz)",
54
apptype=FlipperAppType.EXTERNAL,
65
targets=["f7"],
76
entry_point="nfc_rfid_detector_app",
87
requires=["gui"],
98
stack_size=4 * 1024,
10-
order=50,
9+
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
1110
fap_icon="nfc_rfid_detector_10px.png",
1211
fap_category="Tools",
1312
fap_icon_assets="images",
14-
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
1513
fap_author="SkorP",
1614
)

0 commit comments

Comments
 (0)