| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "__MSG_PRODUCT_NAME__ BETA", | 2 "name": "__MSG_PRODUCT_NAME__ BETA", |
| 3 "version": "1.3.UNIQUE_VERSION", | 3 "version": "1.3.UNIQUE_VERSION", |
| 4 "description": "__MSG_PRODUCT_DESCRIPTION__", | 4 "description": "__MSG_PRODUCT_DESCRIPTION__", |
| 5 "default_locale": "en", | 5 "default_locale": "en", |
| 6 "app": { | 6 "app": { |
| 7 "launch": { | 7 "launch": { |
| 8 "local_path": "choice.html" | 8 "local_path": "choice.html" |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "https://www.googleapis.com/chromoting/*", | 28 "https://www.googleapis.com/chromoting/*", |
| 29 "https://talkgadget.google.com/talkgadget/*" | 29 "https://talkgadget.google.com/talkgadget/*" |
| 30 ], | 30 ], |
| 31 "plugins": [ | 31 "plugins": [ |
| 32 { "path": "remoting_host_plugin.dll", "public": false }, | 32 { "path": "remoting_host_plugin.dll", "public": false }, |
| 33 { "path": "libremoting_host_plugin.ia32.so", "public": false }, | 33 { "path": "libremoting_host_plugin.ia32.so", "public": false }, |
| 34 { "path": "libremoting_host_plugin.x64.so", "public": false }, | 34 { "path": "libremoting_host_plugin.x64.so", "public": false }, |
| 35 { "path": "remoting_host_plugin.plugin", "public": false } | 35 { "path": "remoting_host_plugin.plugin", "public": false } |
| 36 ] | 36 ] |
| 37 } | 37 } |
| OLD | NEW |