How can I open external links in UXP plugin in Photoshop?

A launchProcess permission must be written in manifest.json.

"requiredPermissions": {
  "launchProcess": {
    "schemes": ["https", "http"]
  }
}

There was a similar topic. It may be helpful.
https://forums.creativeclouddeveloper.com/t/html-link-does-not-work

1 Like