From 1b88ba30ee969819c809da6354c88d7503345ab1 Mon Sep 17 00:00:00 2001 From: Oliver Harley Date: Sun, 30 Jun 2024 13:26:21 +0200 Subject: [PATCH] Add Arc browser to user manifest_path_darwin.go This is just based of my installation on osx. I did not find any global manifest files, and I don't know the corresponding structure for windows, sorry. Signed-off-by: Oliver Harley --- internal/jsonapi/manifest/manifest_path_darwin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/jsonapi/manifest/manifest_path_darwin.go b/internal/jsonapi/manifest/manifest_path_darwin.go index f2abda3..c56eacd 100644 --- a/internal/jsonapi/manifest/manifest_path_darwin.go +++ b/internal/jsonapi/manifest/manifest_path_darwin.go @@ -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",