mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
App(
|
|
appid="apple_ble_spam",
|
|
name="Apple BLE Spam",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="apple_ble_spam",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_icon="icons/apple_10px.png",
|
|
fap_category="Bluetooth",
|
|
fap_author="@Willy-JL & @techryptic",
|
|
fap_version="1.0",
|
|
fap_icon_assets="icons",
|
|
fap_description="Spam Apple devices with annoying popups and notifications via BLE packets",
|
|
)
|