Merge branch 'master' into proxy-support

This commit is contained in:
luke crouch
2021-09-28 17:07:21 -05:00
15 changed files with 483 additions and 197 deletions
+4 -2
View File
@@ -1,9 +1,9 @@
{
"manifest_version": 2,
"name": "Firefox Multi-Account Containers",
"version": "8.0.0",
"version": "7.4.0",
"incognito": "not_allowed",
"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": "__MSG_extensionDescription__",
"icons": {
"48": "img/container-site-d-48.png",
"96": "img/container-site-d-96.png"
@@ -25,6 +25,7 @@
"idle",
"management",
"storage",
"unlimitedStorage",
"tabs",
"webRequestBlocking",
"webRequest",
@@ -140,6 +141,7 @@
"run_at": "document_start"
}
],
"default_locale": "en",
"web_accessible_resources": [
"/img/container-site-d-24.png"
],