| Index: native_client_sdk/src/examples/resources/manifest.json.template
|
| diff --git a/native_client_sdk/src/examples/resources/manifest.json.template b/native_client_sdk/src/examples/resources/manifest.json.template
|
| index 8dba58350da2855778b9d6b7ca02add10b015e60..c4a111c3ae18f2176110d9eed059fbbdc3860732 100644
|
| --- a/native_client_sdk/src/examples/resources/manifest.json.template
|
| +++ b/native_client_sdk/src/examples/resources/manifest.json.template
|
| @@ -12,6 +12,13 @@
|
| "scripts": ["background.js"]
|
| }
|
| },
|
| +[[if key:]]
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urqhaGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6XoGSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
|
| +[[]]
|
| + "oauth2": {
|
| + "client_id": "903965034255.apps.googleusercontent.com",
|
| + "scopes": ["https://www.googleapis.com/auth/drive"]
|
| + },
|
| "permissions": [
|
| [[if permissions:]]
|
| [[ for i, perm in enumerate(permissions):]]
|
|
|