mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
- Update assets and references for new project - Revert DFU image and CLI motd - Remove NSFW text and flag - Remove credits animation (will be replaced with a setting menu soon) - New EvilPortal example HTML and better error message - Initial standalone naming for asset packs and mainmenu apps - File migration fixes/improvements - Remove hotfix workflow
13 lines
272 B
Plaintext
13 lines
272 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_icon="icon.png",
|
|
fap_category="assets",
|
|
)
|