Skip to content

Commit

Permalink
Merge pull request #127 from ixil/patch-1
Browse files Browse the repository at this point in the history
Add Arc browser to user manifest_path_darwin.go
  • Loading branch information
dominikschulz authored Sep 28, 2024
2 parents 1228075 + 1b88ba3 commit 6840f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/jsonapi/manifest/manifest_path_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var manifestPaths = &manifestPath{
"vivaldi": "~/Library/Application Support/Vivaldi/NativeMessagingHosts",
"iridium": "~/Library/Application Support/Iridium/NativeMessagingHosts",
"slimjet": "~/Library/Application Support/Slimjet/NativeMessagingHosts",
"arc": "~/Library/Application Support/Arc/User Data/NativeMessagingHosts",
},
global: map[string]string{
"firefox": "/Library/Application Support/Mozilla/NativeMessagingHosts",
Expand Down

0 comments on commit 6840f6d

Please sign in to comment.