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

View file

@ -5,7 +5,7 @@ The Firefox Multi-Account Containers extension lets you carve out a separate box
[Available on addons.mozilla.org](https://addons.mozilla.org/en-GB/firefox/addon/multi-account-containers/) [Available on addons.mozilla.org](https://addons.mozilla.org/en-GB/firefox/addon/multi-account-containers/)
**Note:** Firefox 57 users should Install from our [latest GitHub Release](https://github.com/mozilla/testpilot-containers/releases/latest) **Note:** Firefox 57 + 58 users should Install from our [latest GitHub Release](https://github.com/mozilla/testpilot-containers/releases/latest)
For more info, see: For more info, see:

View file

@ -12,7 +12,7 @@
<em:targetApplication> <em:targetApplication>
<Description> <Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!--Firefox--> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!--Firefox-->
<em:minVersion>51.0a1</em:minVersion> <em:minVersion>53.0</em:minVersion>
<em:maxVersion>*</em:maxVersion> <em:maxVersion>*</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>

View file

@ -1,6 +1,6 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Multi-Account Containers", "name": "Firefox Multi-Account Containers",
"version": "4.0.2", "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.", "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": { "applications": {
"gecko": { "gecko": {
"strict_min_version": "51.0", "strict_min_version": "53.0"
"update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
} }
}, },