Compare commits
9 commits
main
...
production
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d101f16cee | ||
![]() |
e6bf00c238 | ||
![]() |
e149cfbfde | ||
![]() |
562dcc52f7 | ||
![]() |
174c108cb7 | ||
![]() |
63847f4d2d | ||
![]() |
c1efe77b47 | ||
![]() |
13fba94dc5 | ||
![]() |
e3daf2e842 |
3 changed files with 6 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
<em:maxVersion>*</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:version>3.1.0</em:version>
|
||||
<em:version>3.1.1</em:version>
|
||||
<em:unpack>false</em:unpack>
|
||||
</Description>
|
||||
</RDF>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "testpilot-containers",
|
||||
"title": "Containers Experiment",
|
||||
"description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/testpilot-containers/issues"
|
||||
|
@ -39,6 +39,5 @@
|
|||
"lint:js": "eslint .",
|
||||
"package": "npm run build && mv testpilot-containers.xpi addon.xpi",
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"updateURL": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Containers Experiment",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
|
||||
"description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.",
|
||||
"icons": {
|
||||
|
@ -11,12 +11,11 @@
|
|||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"strict_min_version": "51.0",
|
||||
"update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
|
||||
"strict_min_version": "51.0"
|
||||
}
|
||||
},
|
||||
|
||||
"homepage_url": "https://testpilot.firefox.com/",
|
||||
"homepage_url": "https://addons.mozilla.org/firefox/addon/multi-account-containers/",
|
||||
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
|
|
Loading…
Add table
Reference in a new issue