mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-28 03:59:58 -07:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
App(
|
|
appid="clock",
|
|
name="Clock",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="clock_app",
|
|
icon="A_Clock_14",
|
|
stack_size=2 * 1024,
|
|
order=81,
|
|
fap_icon="icon.png",
|
|
fap_category="Tools",
|
|
)
|