Permissions

Network Requests

For reasoning, provide a brief explanation for the access scope permitted by allowedDomains . This will be displayed to the users.

{
  //...
  "plugin": {
    "version": "1",
    "permissions": {
      "scopes": [],
      "allow": {
        "networkAccess": {
          "allowedDomains": ["example.com", "*.example.com"],
          "reasoning": "This is mandatory"
        }
      }
    }
  }
}

Unsafe

DOM Script Manipulation

This flag is required if you want to manipulate script tags or inject custom javascript in the DOM.

Last updated