Skip to content

I wanted to open chime links in chime #120

@megareez

Description

@megareez

Source URL: https://chime.aws/0000
Target URL: chime://meeting?pin=0000

Config

module.exports = {
  defaultBrowser: "Google Chrome",
  handlers: [
        {
        match: "chime.aws/*",
        url: { 
                host: "meeting?pin=",
                protocol: "chime"
        },
        browser: "Amazon Chime"
        }
  ]
};

Current output: chime://meeting?pin=/0000
Problem: need to remove slash before "0000"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions