Add strict min version and extension id and bump version to 4.0.2. Fixes #692. Fixes #852

This commit is contained in:
Jonathan Kingston
2017-09-07 17:23:28 -07:00
parent 28e8d46743
commit 88e6dc7a05
3 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -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,8 +11,7 @@
"applications": {
"gecko": {
"strict_min_version": "51.0",
"update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
"strict_min_version": "53.0"
}
},