Przeglądaj źródła

Update application manifest

Victor 3 lat temu
rodzic
commit
41b4f69bf8
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      application.fam

+ 5 - 2
application.fam

@@ -7,10 +7,13 @@ App(
     requires=[
         "gui",
     ],
+    stack_size=2 * 1024,
+    order=100,
+    fap_description = "Universal temperature sensors reader",
+    fap_author = "Quenon",
+    fap_weburl = "https://github.com/quen0n/Unitemp-Flipper-Zero-Plugin",
     fap_category="GPIO",
     fap_icon="icon.png",
     fap_icon_assets="assets",
-    stack_size=2 * 1024,
-    order=100,
     fap_libs=["assets"],
 )