19 lines
366 B
JSON
19 lines
366 B
JSON
{"name": "Display an alert",
|
|
"author": "mgeeky",
|
|
"browser": "ALL",
|
|
"browser_version": "ALL",
|
|
"os": "ALL",
|
|
"os_version": "ALL",
|
|
"modules": [
|
|
{"name": "alert_dialog",
|
|
"condition": null,
|
|
"options": {
|
|
"text":"You've been BeEFed ;>"
|
|
}
|
|
}
|
|
],
|
|
"execution_order": [0],
|
|
"execution_delay": [0],
|
|
"chain_mode": "sequential"
|
|
}
|