Skip to content

Commit 81bea70

Browse files
authored
Merge pull request #2462 from mozilla/cherry-pick-bug-1794329
cherry pick bug 1794329
2 parents 26457f4 + ad921cf commit 81bea70

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "testpilot-containers",
33
"title": "Multi-Account Containers",
44
"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.",
5-
"version": "8.0.7",
5+
"version": "8.0.8",
66
"author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston",
77
"bugs": {
88
"url": "https://github.com/mozilla/multi-account-containers/issues"

src/confirm-page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<meta http-equiv="content-type" content="text/html; charset=utf-8">
44
<title data-i18n-message-id="confirmNavigationTitle"></title>
55
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="chrome://browser/skin/aboutNetError.css" type="text/css" media="all" />
6+
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="chrome://global/skin/aboutNetError.css" type="text/css" media="all" />
67
<script type="text/javascript" src="./js/i18n.js"></script>
78
<link rel="stylesheet" href="/css/confirm-page.css" />
89
</head>

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Firefox Multi-Account Containers",
4-
"version": "8.0.7",
4+
"version": "8.0.8",
55
"incognito": "not_allowed",
66
"description": "__MSG_extensionDescription__",
77
"icons": {

0 commit comments

Comments
 (0)