This page is the redirect target of requests matching rule 1 from redirect-rules.json.
The pattern ||example.com/| means: (sub)domain of example.com, with path "/" and nothing else before the end of the URL.
  {
    "id": 1,
    "priority": 4,
    "condition": {
      "urlFilter": "||example.com/|",
      "resourceTypes": ["main_frame"]
    },
    "action": {
      "type": "redirect",
      "redirect": {
        "extensionPath": "/redirectTarget.html"
      }
    }
  },
For the redirect to have succeeded, three conditions must be met: See popup.html for the permissions UI and examples.