mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
App(
|
|
appid="music_beeper",
|
|
name="Music Beeper",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="music_beeper_app",
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
fap_icon="music_10px.png",
|
|
fap_icon_assets="icons",
|
|
fap_category="Media",
|
|
)
|