| OLD | NEW |
| 1 { | 1 { |
| 2 MANIFEST_KEY_FOR_UNOFFICIAL_BUILD | 2 MANIFEST_KEY_FOR_UNOFFICIAL_BUILD |
| 3 "name": "__MSG_PRODUCT_NAME__", | 3 "name": "__MSG_PRODUCT_NAME__", |
| 4 "version": "FULL_APP_VERSION", | 4 "version": "FULL_APP_VERSION", |
| 5 "description": "__MSG_PRODUCT_DESCRIPTION__", | 5 "description": "__MSG_PRODUCT_DESCRIPTION__", |
| 6 "manifest_version": 2, | 6 "manifest_version": 2, |
| 7 "default_locale": "en", | 7 "default_locale": "en", |
| 8 "minimum_chrome_version": "32", |
| 8 "app": { | 9 "app": { |
| 9 "launch": { | 10 "launch": { |
| 10 "local_path": "main.html" | 11 "local_path": "main.html" |
| 11 } | 12 } |
| 12 }, | 13 }, |
| 13 "icons": { | 14 "icons": { |
| 14 "128": "chromoting128.webp", | 15 "128": "chromoting128.webp", |
| 15 "48": "chromoting48.webp", | 16 "48": "chromoting48.webp", |
| 16 "16": "chromoting16.webp" | 17 "16": "chromoting16.webp" |
| 17 }, | 18 }, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 { "path": "libremoting_host_plugin.ia32.so", "public": false }, | 50 { "path": "libremoting_host_plugin.ia32.so", "public": false }, |
| 50 { "path": "libremoting_host_plugin.x64.so", "public": false }, | 51 { "path": "libremoting_host_plugin.x64.so", "public": false }, |
| 51 { "path": "remoting_host_plugin.plugin", "public": false } | 52 { "path": "remoting_host_plugin.plugin", "public": false } |
| 52 ], | 53 ], |
| 53 "requirements": { | 54 "requirements": { |
| 54 "plugins": { | 55 "plugins": { |
| 55 "npapi": false | 56 "npapi": false |
| 56 } | 57 } |
| 57 } | 58 } |
| 58 } | 59 } |
| OLD | NEW |