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" |
+ ] |
+} |