App( appid="tictactoe_game", name="Tic Tac Toe", apptype=FlipperAppType.PLUGIN, entry_point="tictactoe_game_app", cdefines=["APP_TICTACTOE_GAME"], requires=["gui"], stack_size=1 * 1024, order=40, fap_icon="tictactoe_10px.png", fap_category="Games", )