mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-27 03:49:58 -07:00
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
App(
|
|
appid="chess",
|
|
name="Chess",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="flipchess_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=4 * 1024,
|
|
fap_icon="flipchess_10px.png",
|
|
fap_icon_assets="icons",
|
|
fap_icon_assets_symbol="flipchess",
|
|
fap_category="Games",
|
|
fap_author="Struan Clark (xtruan)",
|
|
fap_weburl="https://github.com/xtruan/flipper-chess",
|
|
fap_version=(1, 9),
|
|
fap_description="Chess for Flipper",
|
|
)
|