-
-
Notifications
You must be signed in to change notification settings - Fork 201
-
I want to use Finicky to open Chrome in a particular profile when clicking on URLs. This config doesn't seem to select the profile. Should the profile argument work for the defaultBrowser?
export default {
logRequests: false,
defaultBrowser: {
name: "Google Chrome",
profile: "1_Work"
}
};
It opens Chrome but doesn't choose my 1_Work profile
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment