mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
13 lines
275 B
Plaintext
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",
|
|
)
|