This commit is contained in:
danjovich 2024-05-31 15:24:02 -03:00
commit a7e46616b1
6 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "testpilot-containers",
"version": "8.1.1",
"version": "8.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

@ -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.1",
"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"

@ -1 +1 @@
Subproject commit 1b944a2cbd8577c8ca928729ff1439dd30ce8269
Subproject commit d3301069f51262e8cf493a86aa2785cf3261141e

View file

@ -1,4 +1,4 @@
<svg data-name="Flat (For Export)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<style>
:root { color-scheme: light dark; }
rect, path { fill: rgb(24, 25, 26); }

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 727 B

View file

@ -764,7 +764,7 @@ window.assignManager = {
async initBookmarksMenu() {
browser.contextMenus.create({
id: this.OPEN_IN_CONTAINER,
title: "Open Bookmark in Container Tab",
title: browser.i18n.getMessage("openBookmarkInContainerTab"),
contexts: ["bookmark"],
});

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Firefox Multi-Account Containers",
"version": "8.1.1",
"version": "8.1.3",
"incognito": "not_allowed",
"description": "__MSG_extensionDescription__",
"icons": {