From ce472ba023a00834a00a5a23e18284bdce857740 Mon Sep 17 00:00:00 2001 From: Gary Orenstein Date: Mon, 2 Mar 2020 20:13:20 -0800 Subject: [PATCH] Add install safari app extension (#71) * Create install-safari-app-extension.md * Update install-safari-app-extension.md * Update install-safari-app-extension.md removed extra lines --- .../account/install-safari-app-extension.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _articles/account/install-safari-app-extension.md diff --git a/_articles/account/install-safari-app-extension.md b/_articles/account/install-safari-app-extension.md new file mode 100644 index 00000000..5ae3ca75 --- /dev/null +++ b/_articles/account/install-safari-app-extension.md @@ -0,0 +1,21 @@ +--- +layout: article +title: Installing the Bitwarden Safari App Extension +categories: [getting-started] +featured: false +popular: false +tags: [browser, safari] +--- + +The new Safari App Extension is now packaged with the Bitwarden Desktop App. This is the recommended development path from Apple for Safari App Extensions. + +You can download the latest Bitwarden Desktop App for macOS with the Safari App Extension here: + + Bitwarden Safari App Extension within the Bitwarden Desktop App +[https://vault.bitwarden.com/download/?app=desktop&platform=macos](https://vault.bitwarden.com/download/?app=desktop&platform=macos) + +You can also use the App Store version of the Bitwadren desktop app. + +Be sure to run the desktop application once. If the extension still does not appear, it may just need to be enabled. In Safari, check under Preferences > Extensions. + +For developer detail on Safari App Extensions, click [here](https://developer.apple.com/documentation/safariservices/safari_app_extensions).