mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
14 lines
256 B
Plaintext
14 lines
256 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,
|
|
order=90,
|
|
fap_icon="4inrow_10px.png",
|
|
fap_category="Games",
|
|
)
|