We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05642f4 commit efecc74Copy full SHA for efecc74
application.fam
@@ -1,6 +1,7 @@
1
App(
2
appid="mfkey32",
3
name="Mfkey32",
4
+ description="Mf Classic key finder",
5
apptype=FlipperAppType.EXTERNAL,
6
targets=["f7"],
7
entry_point="mfkey32_main",
@@ -10,7 +11,7 @@ App(
10
11
],
12
stack_size=1 * 1024,
13
fap_icon="mfkey.png",
- fap_category="Nfc",
14
+ fap_category="NFC",
15
fap_author="noproto",
16
fap_icon_assets="images",
17
fap_weburl="https://github.com/noproto/FlipperMfkey",
0 commit comments