MozillaVPN Integration
This commit is contained in:
+8
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Firefox Multi-Account Containers",
|
||||
"version": "7.4.0",
|
||||
"version": "8.0.0",
|
||||
"incognito": "not_allowed",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"icons": {
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "@testpilot-containers",
|
||||
"id": "vpn@mozilla.org",
|
||||
"strict_min_version": "67.0"
|
||||
}
|
||||
},
|
||||
@@ -24,6 +24,7 @@
|
||||
"history",
|
||||
"idle",
|
||||
"management",
|
||||
"nativeMessaging",
|
||||
"storage",
|
||||
"unlimitedStorage",
|
||||
"tabs",
|
||||
@@ -34,6 +35,11 @@
|
||||
"optional_permissions": [
|
||||
"bookmarks"
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "vpn@mozilla.org"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"_execute_browser_action": {
|
||||
"suggested_key": {
|
||||
|
||||
Reference in New Issue
Block a user