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

Side by Side Diff: chrome/browser/resources/file_manager/manifest.json

Issue 8554003: [filebrowser] Add left panel with roots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | « chrome/browser/resources/file_manager/main.html ('k') | 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 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ 2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/
3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==",
4 "name": "File Manager", 4 "name": "File Manager",
5 "version": "0.1", 5 "version": "0.1",
6 "description": "File Manager", 6 "description": "File Manager",
7 "incognito" : "split", 7 "incognito" : "split",
8 "icons": { 8 "icons": {
9 "16": "images/icon16.png", 9 "16": "images/icon16.png",
10 "128": "images/icon128.png" 10 "128": "images/icon128.png"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 }, 69 },
70 { 70 {
71 "id": "mount-archive", 71 "id": "mount-archive",
72 "default_title": "__MSG_MOUNT_ARCHIVE__", 72 "default_title": "__MSG_MOUNT_ARCHIVE__",
73 "default_icon": "images/icon_mount_archive_16x16.png", 73 "default_icon": "images/icon_mount_archive_16x16.png",
74 "file_filters": [ 74 "file_filters": [
75 "filesystem:*.zip" 75 "filesystem:*.zip"
76 ] 76 ]
77 }, 77 },
78 { 78 {
79 "id": "unmount-archive",
80 "default_title": "__MSG_UNMOUNT_ARCHIVE__",
81 "default_icon": "images/icon_unmount_archive_16x16.png",
82 "file_filters": [
83 "filesystem:*.mounted_zip"
84 ]
85 },
86 {
87 "id": "gallery", 79 "id": "gallery",
88 "default_title": "__MSG_GALLERY__", 80 "default_title": "__MSG_GALLERY__",
89 "default_icon": "images/icon_preview_16x16.png", 81 "default_icon": "images/icon_preview_16x16.png",
90 "file_filters": [ 82 "file_filters": [
91 "filesystem:*.bmp", 83 "filesystem:*.bmp",
92 "filesystem:*.gif", 84 "filesystem:*.gif",
93 "filesystem:*.jpg", 85 "filesystem:*.jpg",
94 "filesystem:*.jpeg", 86 "filesystem:*.jpeg",
95 "filesystem:*.webp", 87 "filesystem:*.webp",
96 "filesystem:*.png" 88 "filesystem:*.png"
97 ] 89 ]
98 } 90 }
99 ], 91 ],
100 "chrome_url_overrides": { 92 "chrome_url_overrides": {
101 "files": "main.html" 93 "files": "main.html"
102 } 94 }
103 } 95 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698