Skip to content

[Question] Is it possible to open Chrome when I klick in Safari on a link? E.g. foo.bar.deΒ #224

@myzinsky

Description

@myzinsky

Is it possible to open Chrome when I klick in Safari on a link? E.g. foo.bar.de

module.exports = {
  defaultBrowser: "Safari",

  handlers: [
    {
      match: [
        "foo.bar.de*", // match google.com urls
      ],
      browser: "Google Chrome"
    }
  ]

}

With this config apparently it does not work :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions