From 80661d68f240e55ae81b72b9010576eb0baa79e0 Mon Sep 17 00:00:00 2001 From: groovecoder Date: Wed, 13 Sep 2017 16:12:15 -0500 Subject: [PATCH] fix #809: use "Containers" for name for context menu --- README.md | 2 +- install.rdf | 2 +- package.json | 2 +- webextension/confirm-page.html | 2 +- webextension/manifest.json | 6 +++--- webextension/popup.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 150dfd9..9ef5a85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Firefox Multi-Account Containers +# Multi-Account Containers [![Available on Test Pilot](https://img.shields.io/badge/available_on-Test_Pilot-0996F8.svg)](https://testpilot.firefox.com/experiments/containers) diff --git a/install.rdf b/install.rdf index 95149ab..cbf9f15 100644 --- a/install.rdf +++ b/install.rdf @@ -7,7 +7,7 @@ true true true - Firefox Multi-Account Containers + Multi-Account Containers 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. diff --git a/package.json b/package.json index 700be1b..fb88a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testpilot-containers", - "title": "Firefox 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.", "version": "4.0.2", "author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston", diff --git a/webextension/confirm-page.html b/webextension/confirm-page.html index 27aa01b..9ebe6be 100644 --- a/webextension/confirm-page.html +++ b/webextension/confirm-page.html @@ -1,7 +1,7 @@ - Firefox Multi-Account Containers Confirm Navigation + Multi-Account Containers Confirm Navigation diff --git a/webextension/manifest.json b/webextension/manifest.json index 8b1adf9..3187bad 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 2, - "name": "Firefox Multi-Account Containers", + "name": "Multi-Account Containers", "version": "4.0.2", - "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.", + "description": "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": "Firefox Multi-Account Containers", + "default_title": "Multi-Account Containers", "default_popup": "popup.html" }, diff --git a/webextension/popup.html b/webextension/popup.html index fd30419..5a78320 100644 --- a/webextension/popup.html +++ b/webextension/popup.html @@ -1,7 +1,7 @@ - Firefox Multi-Account Containers + Multi-Account Containers