21 lines
455 B
JSON
Executable File
21 lines
455 B
JSON
Executable File
{"name": "Confirm Close Tab",
|
|
"author": "mgeeky",
|
|
"browser": "ALL",
|
|
"browser_version": "ALL",
|
|
"os": "ALL",
|
|
"os_version": "ALL",
|
|
"modules": [
|
|
{"name": "confirm_close_tab",
|
|
"condition": null,
|
|
"code": null,
|
|
"options": {
|
|
"text":"Are you sure you want to navigate away from this page?",
|
|
"usePopUnder":"true"
|
|
}
|
|
}
|
|
],
|
|
"execution_order": [0],
|
|
"execution_delay": [0],
|
|
"chain_mode": "sequential"
|
|
}
|