diff options
Diffstat (limited to 'remoting/webapp/appsv2.patch')
-rw-r--r-- | remoting/webapp/appsv2.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/webapp/appsv2.patch b/remoting/webapp/appsv2.patch index e8b2664..a8e9009 100644 --- a/remoting/webapp/appsv2.patch +++ b/remoting/webapp/appsv2.patch @@ -37,14 +37,15 @@ index d1f8d1f..67bf660 100644 "optional_permissions": [ "<all_urls>" ], -@@ -43,16 +29,22 @@ +@@ -43,16 +29,23 @@ "clipboardRead", "clipboardWrite", - "nativeMessaging" + "nativeMessaging", + "fullscreen", + "identity", -+ "contextMenus" ++ "contextMenus", ++ "overrideEscFullscreen" ], - "plugins": [ - { "path": "remoting_host_plugin.dll", "public": false }, |