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

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

Issue 77813004: [WIP] PluginPrivateFileSystem example (won't commit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | ppapi/examples/pluginfs/pluginfs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/pluginfs/manifest.json
diff --git a/ppapi/examples/pluginfs/manifest.json b/ppapi/examples/pluginfs/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..0e1a7a89c82e1397758e8d99e51fb9d24b781c8a
--- /dev/null
+++ b/ppapi/examples/pluginfs/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "PluginPrivate FileSystem Test",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "PluginPrivate FileSystem Test",
+ "app": {
+ "launch": {
+ "local_path": "pluginfs.html"
+ }
+ },
+ "web_accessible_resources": [
+ "pluginfs.js"
+ ]
+}
« no previous file with comments | « no previous file | ppapi/examples/pluginfs/pluginfs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698