Index: chrome/browser/resources/file_manager/manifest.json |
=================================================================== |
--- chrome/browser/resources/file_manager/manifest.json (revision 125140) |
+++ chrome/browser/resources/file_manager/manifest.json (working copy) |
@@ -56,8 +56,33 @@ |
] |
}, |
{ |
+ "id": "view-pdf", |
+ "default_title": "__MSG_OPEN_ACTION__", |
+ "default_icon": "images/icon_preview_16x16.png", |
+ "file_filters": [ |
+ "filesystem:*.pdf" |
+ ] |
+ }, |
+ { |
+ "id": "view-txt", |
+ "default_title": "__MSG_OPEN_ACTION__", |
+ "default_icon": "images/icon_preview_16x16.png", |
+ "file_filters": [ |
+ "filesystem:*.txt" |
+ ] |
+ }, |
+ { |
+ "id": "install-crx", |
+ "default_title": "__MSG_INSTALL_CRX__", |
+ // TODO(dgozman): replace to the right icon. |
+ "default_icon": "images/icon_preview_16x16.png", |
+ "file_filters": [ |
+ "filesystem:*.crx" |
+ ] |
+ }, |
+ { |
"id": "gallery", |
- "default_title": "__MSG_GALLERY__", |
+ "default_title": "__MSG_OPEN_ACTION__", |
"default_icon": "images/icon_preview_16x16.png", |
"file_filters": [ |
// Image formats |