瀏覽代碼

Manifest cleanup

hedger 2 年之前
父節點
當前提交
889d9994a4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      application.fam

+ 1 - 2
application.fam

@@ -1,12 +1,11 @@
 App(
     appid="spi_mem_manager",
     name="SPI Mem Manager",
-    description="Application for reading and writing 25-series SPI memory chips",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="spi_mem_app",
     requires=["gui"],
     stack_size=1 * 2048,
-    order=30,
+    fap_description="Application for reading and writing 25-series SPI memory chips",
     fap_icon="images/Dip8_10px.png",
     fap_category="GPIO",
     fap_icon_assets="images",