Explorar o código

Manifest cleanup

hedger %!s(int64=2) %!d(string=hai) anos
pai
achega
e0ff4ce820
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      application.fam

+ 1 - 2
application.fam

@@ -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",
@@ -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"],