- Peacekeeper will notify you for each website you specify.
- Specify target URL with regular expression
"url": "https://.*stage-admin.+"
- Run JavaScript
alert("blah blah blah")
"alert": "blah blah blah",
- Disable alert
"alert": false,
- Change the favicon
"favicon": {
"href": "URL or Data URI",
"rel": "shortcut icon",
"type": "image/x-icon"
},
- Disable to change the favicon
"favicon": false,
- Change style
backgroundColor
"style": {
"backgroundColor": "yellow"
},
- Disable to change style
"style": false,
- Show popup box via
sweetalert2
"toast": {
"icon": "error",
"position": "center",
"showConfirmButton": false,
"timer": 1000,
"title": "Hey, Watch out! It's PRODUCTION!!!"
},
- Disable to show popup box
"toast": false,