upped version and added action badge
This commit is contained in:
parent
747859a56f
commit
7937cc04ae
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "testpilot-containers",
|
"name": "testpilot-containers",
|
||||||
"title": "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.",
|
"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": "6.1.5",
|
"version": "6.2.0",
|
||||||
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
|
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mozilla/multi-account-containers/issues"
|
"url": "https://github.com/mozilla/multi-account-containers/issues"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
const MAJOR_VERSIONS = ["2.3.0", "2.4.0"];
|
const MAJOR_VERSIONS = ["2.3.0", "2.4.0", "6.2.0"];
|
||||||
const badge = {
|
const badge = {
|
||||||
async init() {
|
async init() {
|
||||||
const currentWindow = await browser.windows.getCurrent();
|
const currentWindow = await browser.windows.getCurrent();
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Firefox Multi-Account Containers",
|
"name": "Firefox Multi-Account Containers",
|
||||||
"version": "6.1.5",
|
"version": "6.2.0",
|
||||||
"incognito": "not_allowed",
|
"incognito": "not_allowed",
|
||||||
"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.",
|
"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": {
|
"icons": {
|
||||||
|
|
|
@ -285,7 +285,7 @@ const TEST_ASSIGNMENTS = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const LOCAL_DATA = {
|
const LOCAL_DATA = {
|
||||||
"browserActionBadgesClicked": [ "6.1.1" ],
|
"browserActionBadgesClicked": [ "6.2.0" ],
|
||||||
"containerTabsOpened": 7,
|
"containerTabsOpened": 7,
|
||||||
"identitiesState@@_firefox-default": { "hiddenTabs": [] },
|
"identitiesState@@_firefox-default": { "hiddenTabs": [] },
|
||||||
"onboarding-stage": 5
|
"onboarding-stage": 5
|
||||||
|
@ -407,7 +407,7 @@ const DUPE_TEST_SYNC = {
|
||||||
const DUPE_TEST_LOCAL = {
|
const DUPE_TEST_LOCAL = {
|
||||||
"beenSynced": true,
|
"beenSynced": true,
|
||||||
"browserActionBadgesClicked": [
|
"browserActionBadgesClicked": [
|
||||||
"6.1.1"
|
"6.2.0"
|
||||||
],
|
],
|
||||||
"containerTabsOpened": 7,
|
"containerTabsOpened": 7,
|
||||||
"identitiesState@@_firefox-default": {
|
"identitiesState@@_firefox-default": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue