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

Side by Side Diff: ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json

Issue 8692020: Update extension_mime_handler extension manifest to manifest_version 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update extension_mime_handler extension manifest to manifest_version 2. Created 9 years 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "NaCl_MIMETest", 2 "name": "NaCl_MIMETest",
3 "version": "0.1", 3 "version": "0.1",
4 "manifest_version": 2,
4 "description": "Tests NaCl MIME type handling capabilities.", 5 "description": "Tests NaCl MIME type handling capabilities.",
5 "permissions": [ 6 "permissions": [
6 "experimental", 7 "experimental",
7 "nativeclient" 8 "nativeclient"
8 ], 9 ],
9 "nacl_modules": [{ 10 "nacl_modules": [{
10 "path": "ppapi_extension_mime_handler.nmf", 11 "path": "ppapi_extension_mime_handler.nmf",
11 "mime_type": "foo/bar" 12 "mime_type": "foo/bar"
12 }] 13 }]
13 } 14 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698