OLD | NEW |
---|---|
1 diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json | 1 diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json |
2 index d1f8d1f..67bf660 100644 | 2 index d1f8d1f..67bf660 100644 |
3 --- a/manifest.json | 3 --- a/manifest.json |
4 +++ b/manifest.json | 4 +++ b/manifest.json |
5 @@ -5,30 +5,15 @@ | 5 @@ -5,30 +5,15 @@ |
6 "manifest_version": 2, | 6 "manifest_version": 2, |
7 "default_locale": "en", | 7 "default_locale": "en", |
8 "app": { | 8 "app": { |
9 - "launch": { | 9 - "launch": { |
10 - "local_path": "main.html" | 10 - "local_path": "main.html" |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
45 + "fullscreen", | 45 + "fullscreen", |
46 + "identity" | 46 + "identity" |
47 ], | 47 ], |
48 - "plugins": [ | 48 - "plugins": [ |
49 - { "path": "remoting_host_plugin.dll", "public": false }, | 49 - { "path": "remoting_host_plugin.dll", "public": false }, |
50 - { "path": "libremoting_host_plugin.ia32.so", "public": false }, | 50 - { "path": "libremoting_host_plugin.ia32.so", "public": false }, |
51 - { "path": "libremoting_host_plugin.x64.so", "public": false }, | 51 - { "path": "libremoting_host_plugin.x64.so", "public": false }, |
52 - { "path": "remoting_host_plugin.plugin", "public": false } | 52 - { "path": "remoting_host_plugin.plugin", "public": false } |
53 - ], | 53 - ], |
54 + "oauth2": { | 54 + "oauth2": { |
55 + "client_id": "45833509441-oqgdhgddn085c7cq9djknefjo0tedtua.apps.googleuserc ontent.com", | 55 + "client_id": "REMOTING_IDENTIY_API_CLIENT_ID", |
rmsousa
2013/08/15 00:13:07
typo (identity)
| |
56 + "scopes": [ | 56 + "scopes": [ |
57 + "https://www.googleapis.com/auth/chromoting https://www.googleapis.com/au th/googletalk https://www.googleapis.com/auth/userinfo#email" | 57 + "https://www.googleapis.com/auth/chromoting https://www.googleapis.com/au th/googletalk https://www.googleapis.com/auth/userinfo#email" |
58 + ] | 58 + ] |
59 + }, | 59 + }, |
60 "requirements": { | 60 "requirements": { |
61 "plugins": { | 61 "plugins": { |
62 "npapi": false | 62 "npapi": false |
63 } | 63 } |
64 + }, | 64 + }, |
65 + "sandbox": { | 65 + "sandbox": { |
66 + "pages": [ "wcs_sandbox.html" ] | 66 + "pages": [ "wcs_sandbox.html" ] |
67 } | 67 } |
68 } | 68 } |
OLD | NEW |