| Index: ui/file_manager/file_manager/manifest.json
|
| diff --git a/ui/file_manager/file_manager/manifest.json b/ui/file_manager/file_manager/manifest.json
|
| index 818dce38d1de61cc22841f54a83158d5c3e4a7cd..ca6294566f0c052a2a09b8a0af4312516869f5c7 100644
|
| --- a/ui/file_manager/file_manager/manifest.json
|
| +++ b/ui/file_manager/file_manager/manifest.json
|
| @@ -42,6 +42,20 @@
|
| ],
|
| "file_browser_handlers": [
|
| {
|
| + "id": "play",
|
| + "default_title": "__MSG_PLAY_MEDIA__",
|
| + "default_icon": "common/images/file_types/200/audio.png",
|
| + "file_filters": [
|
| + "filesystem:*.amr",
|
| + "filesystem:*.flac",
|
| + "filesystem:*.m4a",
|
| + "filesystem:*.mp3",
|
| + "filesystem:*.oga",
|
| + "filesystem:*.ogg",
|
| + "filesystem:*.wav"
|
| + ]
|
| + },
|
| + {
|
| "id": "mount-archive",
|
| "default_title": "__MSG_MOUNT_ARCHIVE__",
|
| "default_icon": "common/images/file_types/200/archive.png",
|
| @@ -142,8 +156,6 @@
|
| // enough that anything is passed to web_accessible_resources. If there is
|
| // at least any file, then all files are allowed. http://crbug.com/179127.
|
| "web_accessible_resources": [
|
| - "background/js/app_window_wrapper.js",
|
| - "background/js/background_base.js",
|
| "background/js/test_util.js",
|
| "background/js/volume_manager.js",
|
| "common/js/async_util.js",
|
| @@ -175,8 +187,6 @@
|
| "common/js/progress_center_common.js",
|
| "common/js/util.js",
|
| "common/js/volume_manager_common.js",
|
| - "background/js/app_window_wrapper.js",
|
| - "background/js/background_base.js",
|
| "background/js/device_handler.js",
|
| "background/js/drive_sync_handler.js",
|
| "background/js/file_operation_handler.js",
|
|
|