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

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

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Native Client SDK",
3 "version": "{{version}}",
4 "manifest_version": 2,
5 "description": "Native Client SDK examples, showing API use and key concepts." ,
6 "offline_enabled": true,
7 "app": {
8 "background": {
9 "scripts": ["background.js"]
10 }
11 },
12 "permissions": [
13 "fullscreen",
14 "pointerLock",
15 "unlimitedStorage"
16 ]
17 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/resources/index.html.template ('k') | native_client_sdk/src/examples/sine_synth/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698