| Index: chrome/common/extensions/api/proxy.json
|
| diff --git a/chrome/common/extensions/api/proxy.json b/chrome/common/extensions/api/proxy.json
|
| index 2d28bb631b15e97a63cb428a2fa4c48134f76aac..24a5a7ef0cbd8417615f19a83d0801896a0911d7 100644
|
| --- a/chrome/common/extensions/api/proxy.json
|
| +++ b/chrome/common/extensions/api/proxy.json
|
| @@ -12,7 +12,7 @@
|
| "type": "object",
|
| "description": "An object encapsulating a single proxy server's specification.",
|
| "properties": {
|
| - "scheme": {"type": "string", "optional": true, "enum": ["http", "https", "socks4", "socks5"], "description": "The scheme (protocol) of the proxy server itself. Defaults to 'http'."},
|
| + "scheme": {"type": "string", "optional": true, "enum": ["http", "https", "quic", "socks4", "socks5"], "description": "The scheme (protocol) of the proxy server itself. Defaults to 'http'."},
|
| "host": {"type": "string", "description": "The URI of the proxy server. This must be an ASCII hostname (in Punycode format). IDNA is not supported, yet."},
|
| "port": {"type": "integer", "optional": true, "description": "The port of the proxy server. Defaults to a port that depends on the scheme."}
|
| }
|
|
|