| 1234567891011121314151617181920 |
- App(
- appid="cyborg_detector",
- name="Cyborg Detector",
- apptype=FlipperAppType.EXTERNAL,
- entry_point="cyborg_detector_app",
- cdefines=["APP_CYBORG_DETECTOR"],
- fap_category="NFC",
- fap_author="@RocketGod-git",
- fap_version="1.1",
- fap_description="App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.",
- fap_icon="icons/cyborg_detector_icon.png",
- fap_libs=[],
- fap_weburl="https://github.com/RocketGod-Git/Flipper-Zero-Cyborg-Detector",
- requires=[
- "gui",
- "nfc",
- ],
- stack_size=2 * 1024,
- order=10,
- )
|