This commit is contained in:
Jonathan Kingston 2017-09-22 02:03:10 +00:00 committed by GitHub
commit 69fcdf9edd
2 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<em:targetApplication>
<Description>
<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>
</Description>
</em:targetApplication>

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,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"
}
},