- 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,