mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
App(
|
|
appid="xtreme_app",
|
|
name="Xtreme",
|
|
apptype=FlipperAppType.EXTMAINAPP,
|
|
entry_point="xtreme_app",
|
|
cdefines=["APP_XTREME"],
|
|
requires=[
|
|
"gui",
|
|
"dolphin",
|
|
"xtreme",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_Xtreme_14",
|
|
order=90,
|
|
fap_libs=["assets"],
|
|
fap_category=".Main",
|
|
fap_icon="xtreme_app_10px.png",
|
|
)
|