From d9bb14bee6d9ea57561907cd22effa8d19931ff2 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Thu, 7 Sep 2017 17:23:28 -0700 Subject: [PATCH] Add strict min version and extension id and bump version to 4.0.2. Fixes #692 --- install.rdf | 2 +- webextension/manifest.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install.rdf b/install.rdf index cbf9f15..37d14ba 100644 --- a/install.rdf +++ b/install.rdf @@ -12,7 +12,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} - 51.0a1 + 53.0 * diff --git a/webextension/manifest.json b/webextension/manifest.json index 3187bad..2983421 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "name": "Multi-Account Containers", + "name": "Firefox Multi-Account Containers", "version": "4.0.2", "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.", @@ -11,7 +11,8 @@ "applications": { "gecko": { - "strict_min_version": "51.0", + "id": "@testpilot-containers", + "strict_min_version": "53.0", "update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json" } },