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

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

Issue 215103003: [Files.app] Hide video-player related task menu according to condition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adressed the comment Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/file_manager/foreground/js/file_tasks.js ('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 "manifest_version": 2, 4 "manifest_version": 2,
5 "name": "Files", 5 "name": "Files",
6 "version": "3.0", 6 "version": "3.0",
7 "description": "File Manager", 7 "description": "File Manager",
8 "incognito" : "split", 8 "incognito" : "split",
9 "icons": { 9 "icons": {
10 "16": "common/images/icon16.png", 10 "16": "common/images/icon16.png",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "default_title": "__MSG_OPEN_ACTION__", 99 "default_title": "__MSG_OPEN_ACTION__",
100 "default_icon": "common/images/file_types/200/image.png", 100 "default_icon": "common/images/file_types/200/image.png",
101 "file_filters": [ 101 "file_filters": [
102 // Image formats 102 // Image formats
103 "filesystem:*.bmp", 103 "filesystem:*.bmp",
104 "filesystem:*.gif", 104 "filesystem:*.gif",
105 "filesystem:*.ico", 105 "filesystem:*.ico",
106 "filesystem:*.jpg", 106 "filesystem:*.jpg",
107 "filesystem:*.jpeg", 107 "filesystem:*.jpeg",
108 "filesystem:*.png", 108 "filesystem:*.png",
109 "filesystem:*.webp", 109 "filesystem:*.webp"
110 ]
111 },
112 {
113 "id": "gallery-video",
114 "default_title": "__MSG_OPEN_ACTION__",
115 "default_icon": "common/images/file_types/200/image.png",
116 "file_filters": [
110 // Video formats 117 // Video formats
111 "filesystem:*.3gp", 118 "filesystem:*.3gp",
112 "filesystem:*.avi", 119 "filesystem:*.avi",
113 "filesystem:*.m4v", 120 "filesystem:*.m4v",
114 "filesystem:*.mkv", 121 "filesystem:*.mkv",
115 "filesystem:*.mov", 122 "filesystem:*.mov",
116 "filesystem:*.mp4", 123 "filesystem:*.mp4",
117 "filesystem:*.mpeg", 124 "filesystem:*.mpeg",
118 "filesystem:*.mpeg4", 125 "filesystem:*.mpeg4",
119 "filesystem:*.mpg", 126 "filesystem:*.mpg",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "background/js/progress_center.js", 211 "background/js/progress_center.js",
205 "background/js/test_util.js", 212 "background/js/test_util.js",
206 "background/js/volume_manager.js", 213 "background/js/volume_manager.js",
207 "background/js/background.js" 214 "background/js/background.js"
208 ] 215 ]
209 }, 216 },
210 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension. 217 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension.
211 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp; style-src 'self' ' unsafe-inline' chrome://resources; frame-src 'self' about:; img-src 'self' chrom e://resources chrome://theme data: https://docs.google.com https://*.googleuserc ontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent .com; connect-src https://drive.google.com; object-src 'self'" 218 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp; style-src 'self' ' unsafe-inline' chrome://resources; frame-src 'self' about:; img-src 'self' chrom e://resources chrome://theme data: https://docs.google.com https://*.googleuserc ontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent .com; connect-src https://drive.google.com; object-src 'self'"
212 } 219 }
213 } 220 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/foreground/js/file_tasks.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698