How to make addMenuLink open in a new tab

Hello, didn’t find any info on the docs about this and I really hope it is possible

export default {
  register(app: any) {
    app.addMenuLink({
      to: `https://google.com`,
      icon: PluginIcon,
      intlLabel: {
        id: `${PLUGIN_ID}.plugin.name`,
        defaultMessage: 'Preview Mode',
      },
      position: 3,
    });

    app.registerPlugin({
      id: PLUGIN_ID,
      initializer: Initializer,
      isReady: false,
      name: PLUGIN_ID,
    });
  },
};

This topic has been created from a Discord post (1298682648968826972) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord