mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
App(
|
|
appid="xtreme_app",
|
|
name="Xtreme",
|
|
apptype=FlipperAppType.FAPP,
|
|
entry_point="xtreme_app",
|
|
cdefines=["APP_XTREME"],
|
|
requires=[
|
|
"gui",
|
|
"dolphin",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_Xtreme_14",
|
|
order=90,
|
|
)
|