mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
18 lines
442 B
Text
18 lines
442 B
Text
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,
|
|
order=20,
|
|
fap_category="Tools",
|
|
fap_author="@litui & @xMasterX",
|
|
fap_version="1.0",
|
|
fap_description="DTMF (Dual-Tone Multi-Frequency) dialer, Bluebox, and Redbox.",
|
|
)
|