Flipper/Applications/Official/DEV_FW/source/grnch/chess/application.fam
2022-12-28 22:34:27 -08:00

13 lines
275 B
Plaintext

App(
appid="zBroken_Chess",
name="Chess",
apptype=FlipperAppType.EXTERNAL,
entry_point="chess_app",
cdefines=["APP_CHESS"],
requires=["storage","gui"],
stack_size= 4 * 1024,
order=500,
fap_icon="chessIcon.png",
fap_category="Games",
)