How to redirect redirect to a url post installing jira forge app

I want to redirect to my companies website once user install forge app, I am unable to find any solution for it. For reference this is my manifest.yml

modules:
  jira:globalPage:
    - key: app-onboarding
      function: onboarding-handler
      title: App Onboarding
  webtrigger:
    - key: create-issue-webhook
      function: create-issue-handler
  function:
    - key: create-issue-handler
      handler: index.run

permissions:
  scopes:
    - manage:jira-configuration
    - storage:app
    - read:jira-user
    - read:jira-work
    - read:issue:jira
    - write:jira-work
app:
  runtime:
    name: nodejs22.x
  id: <id>