Add strict min version and extension id and bump version to 4.0.2. Fixes #692
This commit is contained in:
parent
28e8d46743
commit
d9bb14bee6
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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,7 +11,8 @@
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"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"
|
"update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue