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

Unified Diff: ppapi/examples/crxfs/manifest.json

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ppapi/examples/crxfs/manifest.json
diff --git a/ppapi/examples/crxfs/manifest.json b/ppapi/examples/crxfs/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f50dfd1453d4495696e88c23b7a51c3c3a3656db
--- /dev/null
+++ b/ppapi/examples/crxfs/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "My Native Client Test",
yzshen1 2013/05/06 17:34:57 nit: currently it is not compiled as a native clie
victorhsieh 2013/05/06 18:32:02 Done.
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Crx FileSystem Test",
+ "app": {
+ "launch": {
+ "local_path": "crxfs.html"
+ }
+ },
+ "web_accessible_resources": [
+ "crxfs.js"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698