Skip to content

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 2ec5c5e commit e0ff4ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
App(
appid="picopass",
name="PicoPass",
description="App to communicate with NFC tags using the PicoPass format",
apptype=FlipperAppType.EXTERNAL,
targets=["f7"],
entry_point="picopass_app",
Expand All @@ -10,7 +9,7 @@ App(
"gui",
],
stack_size=4 * 1024,
order=30,
fap_description="App to communicate with NFC tags using the PicoPass format",
fap_icon="125_10px.png",
fap_category="NFC",
fap_libs=["mbedtls"],
Expand Down

0 comments on commit e0ff4ce

Please sign in to comment.