Thanks @RogueMaster for the corrections
@@ -1,7 +1,11 @@
App(
+ fap_author="g3gg0",
+ fap_weburl="https://github.com/g3gg0/flipper-swd_probe",
+ fap_version=(1, 0),
+ fap_description="ARM SWD (Single Wire Debug) Probe",
appid="swd_probe",
name="SWD Probe",
- apptype=FlipperAppType.EXTENSION,
+ apptype=FlipperAppType.EXTERNAL,
entry_point="swd_probe_app_main",
cdefines=["APP_SWD_PROBE"],
requires=["notification", "gui", "storage", "dialogs", "cli"],