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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ppapi/examples/pluginfs/pluginfs.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "PluginPrivate FileSystem Test",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "PluginPrivate FileSystem Test",
6 "app": {
7 "launch": {
8 "local_path": "pluginfs.html"
9 }
10 },
11 "web_accessible_resources": [
12 "pluginfs.js"
13 ]
14 }
OLDNEW
« 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