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

Side by Side 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: synchronous on thread Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "app": {
3 "background": {
4 "scripts": ["background.js"]
5 }
6 },
7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urq haGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6Xo GSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
8 "manifest_version": 2,
9 "name": "JS Drive",
10 "oauth2": {
11 "client_id": "903965034255.apps.googleusercontent.com",
12 "scopes": ["https://www.googleapis.com/auth/drive"]
13 },
14 "permissions": [
15 "experimental",
16 "https://www.googleapis.com/*/drive/*",
17 "https://*.googleusercontent.com/*"
18 ],
19 "version": "1"
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698