Now url handlers receive sourceProcessPath
, a string of the path to the process that triggered Finicky. Should help with issues like #80. It's pretty new so let me know if it works for you!
{
// Open links where the path contains "Franz.app" in Safari (Experimental!)
match({ sourceProcessPath }) {
return sourceProcessPath.includes("Franz.app");
},
browser: "Safari"
}
Release also contains an attempted bugfix where the Finicky icon was visible in the dock in Catalina #78 (Let me know if you try it!)