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
+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"
},