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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Crx FileSystem Test",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "Crx FileSystem Test",
6 "app": {
7 "launch": {
8 "local_path": "crxfs.html"
9 }
10 },
11 "web_accessible_resources": [
12 "crxfs.js"
13 ]
14 }
OLDNEW
« 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