Merge branch 'main' of https://github.com/mozilla/multi-account-containers
This commit is contained in:
commit
a7e46616b1
6 changed files with 6 additions and 6 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "testpilot-containers",
|
"name": "testpilot-containers",
|
||||||
"version": "8.1.1",
|
"version": "8.1.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "testpilot-containers",
|
"name": "testpilot-containers",
|
||||||
"title": "Multi-Account 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.",
|
"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",
|
"author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mozilla/multi-account-containers/issues"
|
"url": "https://github.com/mozilla/multi-account-containers/issues"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1b944a2cbd8577c8ca928729ff1439dd30ce8269
|
Subproject commit d3301069f51262e8cf493a86aa2785cf3261141e
|
|
@ -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>
|
<style>
|
||||||
:root { color-scheme: light dark; }
|
:root { color-scheme: light dark; }
|
||||||
rect, path { fill: rgb(24, 25, 26); }
|
rect, path { fill: rgb(24, 25, 26); }
|
||||||
|
|
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 727 B |
|
@ -764,7 +764,7 @@ window.assignManager = {
|
||||||
async initBookmarksMenu() {
|
async initBookmarksMenu() {
|
||||||
browser.contextMenus.create({
|
browser.contextMenus.create({
|
||||||
id: this.OPEN_IN_CONTAINER,
|
id: this.OPEN_IN_CONTAINER,
|
||||||
title: "Open Bookmark in Container Tab",
|
title: browser.i18n.getMessage("openBookmarkInContainerTab"),
|
||||||
contexts: ["bookmark"],
|
contexts: ["bookmark"],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Firefox Multi-Account Containers",
|
"name": "Firefox Multi-Account Containers",
|
||||||
"version": "8.1.1",
|
"version": "8.1.3",
|
||||||
"incognito": "not_allowed",
|
"incognito": "not_allowed",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue