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

Side by Side Diff: native_client_sdk/src/examples/resources/manifest.json.template

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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 "name": "{{name}}",
3 "version": "{{version}}",
4 "manifest_version": 2,
5 "description": "{{description}}",
6 "offline_enabled": true,
7 "icons": {
8 "128": "icon128.png"
9 },
10 "app": {
11 "background": {
12 "scripts": ["background.js"]
13 }
14 },
15 [[if key:]]
16 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMN716Qyu0l2EHNFqIJVqVysFcTR6urq haGGqW4UK7slBaURz9+Sb1b4Ot5P1uQNE5c+CTU5Vu61wpqmSqMMxqHLWdPPMh8uRlyctsb2cxWwG6Xo GSvpX29NsQVUFXd4v2tkJm3G9t+V0X8TYskrvWQmnyOW8OEIDvrBhUEfFxWQIDAQAB",
17 [[]]
18 "oauth2": {
19 "client_id": "903965034255.apps.googleusercontent.com",
20 "scopes": ["https://www.googleapis.com/auth/drive"]
21 },
22 "permissions": {{permissions}}
23 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/resources/index.html.template ('k') | native_client_sdk/src/examples/resources/promo440.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698