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

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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/examples/crxfs/crxfs.js ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5a83cad6fae5fbec9eb1b999edfdfe2db963c1a7
--- /dev/null
+++ b/ppapi/examples/crxfs/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Crx FileSystem Test",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Crx FileSystem Test",
+ "app": {
+ "launch": {
+ "local_path": "crxfs.html"
+ }
+ },
+ "web_accessible_resources": [
+ "crxfs.js"
+ ]
+}
« no previous file with comments | « ppapi/examples/crxfs/crxfs.js ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698