From 9c8e1353225d93a7d3c540e2174eca51f20ba2b3 Mon Sep 17 00:00:00 2001 From: Dheeraj Joshi Date: Thu, 9 Jul 2026 15:13:59 +0530 Subject: [PATCH] Detect current Dashlane.app bundle name in password manager check --- internal/checks/passwordmgr_darwin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/checks/passwordmgr_darwin.go b/internal/checks/passwordmgr_darwin.go index 9e52e89..b360681 100644 --- a/internal/checks/passwordmgr_darwin.go +++ b/internal/checks/passwordmgr_darwin.go @@ -15,6 +15,7 @@ var knownPasswordManagers = []struct { {"1Password 7 - Password Manager.app", "1Password 7"}, {"Bitwarden.app", "Bitwarden"}, {"LastPass.app", "LastPass"}, + {"Dashlane.app", "Dashlane"}, {"Dashlane - Password Manager.app", "Dashlane"}, {"Keeper Password Manager.app", "Keeper"}, {"Enpass.app", "Enpass"},