App( appid="FlipBIP", name="FlipBIP Crypto Tool", apptype=FlipperAppType.EXTERNAL, entry_point="flipbip_app", cdefines=["APP_FLIPBIP"], requires=[ "gui", ], stack_size=2 * 1024, order=10, fap_icon="flipbip_10px.png", fap_icon_assets="icons", fap_category="Misc", fap_description="Crypto toolkit for Flipper", fap_author="Struan Clark (xtruan)", fap_weburl="https://github.com/xtruan/FlipBIP", )