Files
Momentum-Firmware/applications/external/4inrow/application.fam
2023-08-31 16:40:04 +02:00

17 lines
418 B
Plaintext

App(
appid="4inrow",
name="4 in a Row",
apptype=FlipperAppType.EXTERNAL,
entry_point="four_in_row_app",
requires=[
"gui",
],
stack_size=1 * 1024,
fap_icon="4inrow_10px.png",
fap_category="Games",
fap_author="leo-need-more-coffee",
fap_weburl="https://github.com/leo-need-more-coffee/flipperzero-4inrow",
fap_version="1.0",
fap_description="4 in row Game",
)