| Index: remoting/webapp/appsv2.patch
|
| diff --git a/remoting/webapp/appsv2.patch b/remoting/webapp/appsv2.patch
|
| index 7350ad46b1437a9ff8527cedaceea0f44303f43d..e8b2664bca9b00e18b3bc0093cdd9b9e7d546dc5 100644
|
| --- a/remoting/webapp/appsv2.patch
|
| +++ b/remoting/webapp/appsv2.patch
|
| @@ -2,9 +2,9 @@ diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
|
| index d1f8d1f..67bf660 100644
|
| --- a/manifest.json
|
| +++ b/manifest.json
|
| -@@ -5,30 +5,15 @@
|
| - "manifest_version": 2,
|
| +@@ -6,30 +6,15 @@
|
| "default_locale": "en",
|
| + "minimum_chrome_version": "32",
|
| "app": {
|
| - "launch": {
|
| - "local_path": "main.html"
|
| @@ -37,7 +37,7 @@ index d1f8d1f..67bf660 100644
|
| "optional_permissions": [
|
| "<all_urls>"
|
| ],
|
| -@@ -42,16 +28,22 @@
|
| +@@ -43,16 +29,22 @@
|
| "clipboardRead",
|
| "clipboardWrite",
|
| - "nativeMessaging"
|
|
|