module.exports = { rewrite: [ { // Change the protocol to the one the desktop app recognizes. match: finicky.matchHostnames(["app.clickup.com"]), url: { protocol: "clickup" } } ], [ // Then route it to the ClickUp app. { match: finicky.matchHostnames(["app.clickup.com"]), browser: "com.clickup.desktop-app" } ] };