mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
App(
|
|
appid="heap_defence",
|
|
name="Heap Defence",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="heap_defence_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_category="Games",
|
|
fap_icon="box.png",
|
|
fap_icon_assets="assets_images",
|
|
)
|