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

Unified 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 side-by-side diff with in-line comments
Download patch
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
new file mode 100644
index 0000000000000000000000000000000000000000..e8a8faabf84ce725d68fb0370867cae478528cb1
--- /dev/null
+++ b/native_client_sdk/src/examples/resources/manifest.json.template
@@ -0,0 +1,17 @@
+{
+ "name": "Native Client SDK",
+ "version": "{{version}}",
+ "manifest_version": 2,
+ "description": "Native Client SDK examples, showing API use and key concepts.",
+ "offline_enabled": true,
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "permissions": [
+ "fullscreen",
+ "pointerLock",
+ "unlimitedStorage"
+ ]
+}
« 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