App( appid="ir_remote", name="IR Remote", apptype=FlipperAppType.EXTERNAL, entry_point="infrared_remote_app", stack_size=3 * 1024, requires=[ "gui", "dialogs", ], fap_category="Infrared", fap_icon="ir_10px.png", fap_icon_assets="images", fap_author="@Hong5489 & @friebel & @d4ve10", fap_weburl="https://github.com/Hong5489/ir_remote", fap_version="1.0", fap_description="Bind any IR remote button to each button on flipper d-pad, provides another way to use flipper as IR remote.", )