mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-01 04:29:59 -07:00
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
App(
|
|
appid="dtmf_dolphin",
|
|
name="DTMF Dolphin",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="dtmf_dolphin_app",
|
|
requires=[
|
|
"storage",
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
fap_icon="phone.png",
|
|
stack_size=8 * 1024,
|
|
fap_category="Tools",
|
|
fap_author="@litui & @xMasterX",
|
|
fap_version="1.1",
|
|
fap_description="DTMF (Dual-Tone Multi-Frequency) dialer, Bluebox, and Redbox.",
|
|
)
|