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

Commit

Permalink
Manifest cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Aug 3, 2023
1 parent 24c39f0 commit 5647725
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
App(
appid="nfc_rfid_detector",
name="NFC/RFID detector",
description="Identify the reader type: NFC (12.54 MHz) and/or RFID (125 KHz)",
apptype=FlipperAppType.EXTERNAL,
targets=["f7"],
entry_point="nfc_rfid_detector_app",
requires=["gui"],
stack_size=4 * 1024,
order=50,
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
fap_icon="nfc_rfid_detector_10px.png",
fap_category="Tools",
fap_icon_assets="images",
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
fap_author="SkorP",
)

0 comments on commit 5647725

Please sign in to comment.