Auto send users to sites they assigned to a container. Fixes #306

This commit is contained in:
Jonathan Kingston
2017-03-13 00:58:40 +00:00
parent 9e1da083ee
commit 3e657a2e8d
8 changed files with 383 additions and 28 deletions
+9 -3
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Containers Experiment",
"version": "2.0.0",
"version": "2.1.0",
"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": {
@@ -19,10 +19,16 @@
"homepage_url": "https://testpilot.firefox.com/",
"permissions": [
"<all_urls>",
"activeTab",
"cookies",
"contextMenus",
"history",
"notifications",
"storage",
"tabs",
"webRequest",
"<all_urls>"
"webRequestBlocking",
"webRequest"
],
"browser_action": {