| Index: native_client_sdk/src/resources/manifest.json.template
|
| diff --git a/native_client_sdk/src/resources/manifest.json.template b/native_client_sdk/src/resources/manifest.json.template
|
| index f240fd2fd886b6e9168760c0163bfa2f81f68631..c261d1a9c7d4641565fe9b0434616ca1d588a41a 100644
|
| --- a/native_client_sdk/src/resources/manifest.json.template
|
| +++ b/native_client_sdk/src/resources/manifest.json.template
|
| @@ -1,7 +1,9 @@
|
| {
|
| "name": "{{name}}",
|
| "version": "{{version}}",
|
| - "minimum_chrome_version": "{{version}}",
|
| +[[if min_chrome_version:]]
|
| + "minimum_chrome_version": "{{min_chrome_version}}",
|
| +[[]]
|
| "manifest_version": 2,
|
| "description": "{{description}}",
|
| "offline_enabled": true,
|
|
|