mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
App(
|
|
appid="momentum_app",
|
|
name="Momentum",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="momentum_app",
|
|
stack_size=2 * 1024,
|
|
flags=["InsomniaSafe"],
|
|
icon="A_Momentum_14",
|
|
order=90,
|
|
fap_category="assets",
|
|
)
|