From 04666633adf90bb12079a40ddd435d5e57fea1d1 Mon Sep 17 00:00:00 2001 From: Sunset Mikoto <26019675+lwd-temp@users.noreply.github.com> Date: Mon, 6 May 2024 10:38:41 +0000 Subject: [PATCH] Update --- README.md | 2 ++ build_extension.sh | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index a2045c1..05f2a9a 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ Test builder for Bitwarden Chrome extension **For beginners, it's always recommended to use the latest official build of your password manager.** +To load the built extension, [Load an unpacked extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked). + [Buy Bitwarden Premium Today!](https://bitwarden.com/pricing/) diff --git a/build_extension.sh b/build_extension.sh index 857a0dc..ca93c8a 100755 --- a/build_extension.sh +++ b/build_extension.sh @@ -2,4 +2,12 @@ # https://contributing.bitwarden.com/getting-started/clients/browser/ cd clients/apps/browser # npm run build:watch +# https://github.com/bitwarden/clients/blob/main/.github/workflows/build-browser.yml +# Build npm run dist +# Build Manifest v3 +npm run dist:mv3 +# Build Chrome Manifest v3 Beta +npm run dist:chrome:beta +# Gulp +gulp ci