Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Maxx Crawford
ad921cfac1
Bump version number for patch release 2022-11-30 10:20:22 -06:00
Danny Colin
8c08707f1d
Keep both files 2022-11-30 10:19:22 -06:00
Eemeli Aro
8178d29dab
Account for moved aboutNetError.css in Firefox 107 2022-11-30 10:19:18 -06:00
3 changed files with 3 additions and 2 deletions

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.0.7",
"version": "8.0.8",
"author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston",
"bugs": {
"url": "https://github.com/mozilla/multi-account-containers/issues"

View file

@ -3,6 +3,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title data-i18n-message-id="confirmNavigationTitle"></title>
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="chrome://browser/skin/aboutNetError.css" type="text/css" media="all" />
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="chrome://global/skin/aboutNetError.css" type="text/css" media="all" />
<script type="text/javascript" src="./js/i18n.js"></script>
<link rel="stylesheet" href="/css/confirm-page.css" />
</head>

View file

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