|
|
@@ -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
|
|
|
+)
|