Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: native_client_sdk/src/examples/demo/drive/manifest.json

Issue 14500010: [NaCl SDK] Google Drive example (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/demo/drive/manifest.json
diff --git a/native_client_sdk/src/examples/demo/drive/manifest.json b/native_client_sdk/src/examples/demo/drive/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..a089a1c9b399601f433dec9cf295ede7b8c731f9
--- /dev/null
+++ b/native_client_sdk/src/examples/demo/drive/manifest.json
@@ -0,0 +1,20 @@
+{
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urqhaGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6XoGSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
+ "manifest_version": 2,
+ "name": "Drive",
+ "oauth2": {
+ "client_id": "903965034255.apps.googleusercontent.com",
+ "scopes": ["https://www.googleapis.com/auth/drive"]
+ },
+ "permissions": [
+ "experimental",
+ "https://www.googleapis.com/*/drive/*",
+ "https://*.googleusercontent.com/*"
+ ],
+ "version": "1"
+}

Powered by Google App Engine
This is Rietveld 408576698