diff --git a/bin/addons-linter.sh b/bin/addons-linter.sh index 0038efeb6..f66c02625 100755 --- a/bin/addons-linter.sh +++ b/bin/addons-linter.sh @@ -32,4 +32,4 @@ rm -rf $TMPDIR/src/_locales/.github || die print G "done." print Y "Running the test..." -$(npm bin)/addons-linter $TMPDIR/src || die +npx addons-linter $TMPDIR/src || die diff --git a/bin/build-addon.sh b/bin/build-addon.sh index 62d771c70..0a367d5d0 100755 --- a/bin/build-addon.sh +++ b/bin/build-addon.sh @@ -23,4 +23,4 @@ if [[ $# -gt 0 ]]; then EXTRA_PARAMS="--filename $1" fi -$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die +npx web-ext build --overwrite-dest $EXTRA_PARAMS || die diff --git a/package-lock.json b/package-lock.json index c03dfc64a..9416e5b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testpilot-containers", - "version": "8.1.2", + "version": "8.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3f9e2b2a2..28b5f55a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testpilot-containers", "title": "Multi-Account Containers", "description": "Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.", - "version": "8.1.2", + "version": "8.1.3", "author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston", "bugs": { "url": "https://github.com/mozilla/multi-account-containers/issues" diff --git a/src/_locales b/src/_locales index 417e6294e..d3301069f 160000 --- a/src/_locales +++ b/src/_locales @@ -1 +1 @@ -Subproject commit 417e6294ed767914b617a5e56ccbe67482df181c +Subproject commit d3301069f51262e8cf493a86aa2785cf3261141e diff --git a/src/js/popup.js b/src/js/popup.js index b8f80ff4b..1f2eaa9b7 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -640,7 +640,7 @@ Logic.registerPanel(P_ONBOARDING_7, { // Let's move to the containers list panel. Utils.addEnterHandler(document.querySelector("#sign-in"), async () => { browser.tabs.create({ - url: "https://accounts.firefox.com/?service=sync&action=email&context=fx_desktop_v3&entrypoint=multi-account-containers&utm_source=addon&utm_medium=panel&utm_campaign=container-sync", + url: "https://accounts.firefox.com/?service=sync&action=email&context=fx_desktop_v3&entrypoint=multi-account-containers&utm_source=addon&utm_medium=panel&utm_campaign=container-sync&brand=mozilla", }); await Logic.setOnboardingStage(7); Logic.showPanel(P_ONBOARDING_8); diff --git a/src/manifest.json b/src/manifest.json index 544e0b004..00811b4f8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Firefox Multi-Account Containers", - "version": "8.1.2", + "version": "8.1.3", "incognito": "not_allowed", "description": "__MSG_extensionDescription__", "icons": { diff --git a/src/options.html b/src/options.html index c8b8ff9a7..08544bff9 100644 --- a/src/options.html +++ b/src/options.html @@ -40,7 +40,7 @@

-

+