Name change. Fixes #763

This commit is contained in:
Jonathan Kingston
2017-09-01 15:16:56 -07:00
parent 65be77665a
commit 3aa311a3c1
7 changed files with 8 additions and 293 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Containers confirm navigation</title>
<title>Firefox Multi-Account Containers Confirm Navigation</title>
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="chrome://browser/skin/aboutNetError.css" type="text/css" media="all" />
<link rel="stylesheet" href="/css/confirm-page.css" />
</head>
+3 -3
View File
@@ -1,9 +1,9 @@
{
"manifest_version": 2,
"name": "Mozilla Containers",
"name": "Firefox Multi-Account Containers",
"version": "3.1.1",
"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": "Firefox Multi-Account 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.",
"icons": {
"48": "img/container-site-d-48.png",
"96": "img/container-site-d-96.png"
@@ -45,7 +45,7 @@
"browser_action": {
"browser_style": true,
"default_icon": "img/container-site.svg",
"default_title": "Containers",
"default_title": "Firefox Multi-Account Containers",
"default_popup": "popup.html"
},
+1 -1
View File
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Containers browserAction Popup</title>
<title>Firefox Multi-Account Containers</title>
<link rel="stylesheet" href="/css/popup.css">
</head>