Skip to content

Commit efecc74

Browse files
authored
Added app descriptions (#8)
1 parent 05642f4 commit efecc74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

application.fam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
App(
22
appid="mfkey32",
33
name="Mfkey32",
4+
description="Mf Classic key finder",
45
apptype=FlipperAppType.EXTERNAL,
56
targets=["f7"],
67
entry_point="mfkey32_main",
@@ -10,7 +11,7 @@ App(
1011
],
1112
stack_size=1 * 1024,
1213
fap_icon="mfkey.png",
13-
fap_category="Nfc",
14+
fap_category="NFC",
1415
fap_author="noproto",
1516
fap_icon_assets="images",
1617
fap_weburl="https://github.com/noproto/FlipperMfkey",

0 commit comments

Comments
 (0)