瀏覽代碼

Add files via upload

Luu 1 年之前
父節點
當前提交
096f996194
共有 2 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      application.fam
  2. 二進制
      icon.png

+ 13 - 0
application.fam

@@ -0,0 +1,13 @@
+App(
+    appid="metroflip",
+    name="Metroflip",
+    apptype=FlipperAppType.EXTERNAL,
+    entry_point="metroflip",
+    stack_size=2 * 1024,
+    fap_category="NFC",
+    fap_version="0.1",
+    fap_icon="icon.png",
+    fap_description="An implementation of metrodroid on the flipper",
+    fap_author="luu176",
+    fap_icon_assets="images",  # Image assets to compile for this application
+)

二進制
icon.png