Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Jonathan Kingston
d101f16cee Merge pull request #845 from mozilla/3.1.1
remove updateURL so Test Pilot users go to AMO
2017-09-21 15:21:32 +01:00
groovecoder
e6bf00c238 remove updateURL so Test Pilot users go to AMO 2017-09-21 09:09:28 -05:00
luke crouch
e149cfbfde Merge pull request #735 from mozilla/master
Push 3.1.0 to production Test Pilot users
2017-08-16 10:16:55 -05:00
luke crouch
562dcc52f7 Merge pull request #699 from mozilla/master
2.4.1 Production Deploy
2017-07-31 19:53:30 +00:00
Jonathan Kingston
174c108cb7 Merge pull request #667 from mozilla/master
Deploy 2.4.0 to Test Pilot users
2017-07-13 22:53:16 +01:00
luke crouch
63847f4d2d Merge pull request #532 from mozilla/master
Merge 2.3.0 to production
2017-05-24 15:30:49 -05:00
luke crouch
c1efe77b47 Merge pull request #452 from mozilla/master
Release 2.2.0 to production
2017-04-13 10:31:21 -05:00
luke crouch
13fba94dc5 Merge pull request #420 from mozilla/master
Release 2.1.2 to production
2017-04-04 13:39:14 -05:00
luke crouch
e3daf2e842 Merge pull request #383 from mozilla/master
2.0.0 to production
2017-03-15 12:51:57 -05:00
3 changed files with 6 additions and 8 deletions

View file

@ -15,7 +15,7 @@
<em:maxVersion>*</em:maxVersion> <em:maxVersion>*</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>
<em:version>3.1.0</em:version> <em:version>3.1.1</em:version>
<em:unpack>false</em:unpack> <em:unpack>false</em:unpack>
</Description> </Description>
</RDF> </RDF>

View file

@ -2,7 +2,7 @@
"name": "testpilot-containers", "name": "testpilot-containers",
"title": "Containers Experiment", "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.", "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", "author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
"bugs": { "bugs": {
"url": "https://github.com/mozilla/testpilot-containers/issues" "url": "https://github.com/mozilla/testpilot-containers/issues"
@ -39,6 +39,5 @@
"lint:js": "eslint .", "lint:js": "eslint .",
"package": "npm run build && mv testpilot-containers.xpi addon.xpi", "package": "npm run build && mv testpilot-containers.xpi addon.xpi",
"test": "npm run lint" "test": "npm run lint"
}, }
"updateURL": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
} }

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Containers Experiment", "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.", "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": { "icons": {
@ -11,12 +11,11 @@
"applications": { "applications": {
"gecko": { "gecko": {
"strict_min_version": "51.0", "strict_min_version": "51.0"
"update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
} }
}, },
"homepage_url": "https://testpilot.firefox.com/", "homepage_url": "https://addons.mozilla.org/firefox/addon/multi-account-containers/",
"permissions": [ "permissions": [
"<all_urls>", "<all_urls>",