mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Add Apple BLE Spam app
This commit is contained in:
14
applications/external/apple_ble_spam/application.fam
vendored
Normal file
14
applications/external/apple_ble_spam/application.fam
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user