App( appid="reaction", name="Reaction test", apptype=FlipperAppType.EXTERNAL, entry_point="reaction_main", requires=["gui"], stack_size=1 * 1024, fap_category="Games", fap_icon="icon.png", fap_author="@Milk-Cool", fap_weburl="https://github.com/Milk-Cool/fz-reaction-game", fap_version="1.1", fap_description="A simple reaction test game", )