mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
App(
|
|
appid="xtreme_app",
|
|
name="Xtreme FW",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="xtreme_app",
|
|
requires=[
|
|
"gui",
|
|
"xtreme",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_Xtreme_14",
|
|
order=90,
|
|
)
|