application.fam (604B)
1 # For details & more options, see documentation/AppManifests.md in firmware repo 2 3 App( 4 appid="timed_remote", 5 name="Timed Remote", 6 apptype=FlipperAppType.EXTERNAL, 7 entry_point="timed_remote_app", 8 stack_size=4 * 1024, 9 fap_category="Infrared", 10 fap_libs=["infrared"], 11 # Optional values 12 fap_description="Send IR commands after timed duration", 13 fap_version="0.1", 14 fap_icon="timed_remote.png", 15 fap_author="A. Damsgaard", 16 fap_weburl="https://github.com/anders-dc/timed-remote", 17 # fap_icon_assets="images", # Image assets to compile for this application 18 )