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

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

Issue 12693003: Add support for mkv video files in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added support for apps v2. Created 7 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 | « no previous file | chrome/browser/resources/file_manager/manifest_v1.json » ('j') | 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": "0.1", 6 "version": "0.1",
7 "description": "File Manager", 7 "description": "File Manager",
8 "incognito" : "split", 8 "incognito" : "split",
9 "icons": { 9 "icons": {
10 "16": "images/icon16.png", 10 "16": "images/icon16.png",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 "id": "watch", 46 "id": "watch",
47 "default_title": "__MSG_PLAY_MEDIA__", 47 "default_title": "__MSG_PLAY_MEDIA__",
48 "default_icon": "images/filetype_video.png", 48 "default_icon": "images/filetype_video.png",
49 "file_filters": [ 49 "file_filters": [
50 "filesystem:*.3gp", 50 "filesystem:*.3gp",
51 "filesystem:*.avi", 51 "filesystem:*.avi",
52 "filesystem:*.m4v", 52 "filesystem:*.m4v",
53 "filesystem:*.mkv",
53 "filesystem:*.mov", 54 "filesystem:*.mov",
54 "filesystem:*.mp4", 55 "filesystem:*.mp4",
55 "filesystem:*.mpeg", 56 "filesystem:*.mpeg",
56 "filesystem:*.mpeg4", 57 "filesystem:*.mpeg4",
57 "filesystem:*.mpg", 58 "filesystem:*.mpg",
58 "filesystem:*.mpg4", 59 "filesystem:*.mpg4",
59 "filesystem:*.ogm", 60 "filesystem:*.ogm",
60 "filesystem:*.ogv", 61 "filesystem:*.ogv",
61 "filesystem:*.ogx", 62 "filesystem:*.ogx",
62 "filesystem:*.webm" 63 "filesystem:*.webm"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "filesystem:*.bmp", 115 "filesystem:*.bmp",
115 "filesystem:*.gif", 116 "filesystem:*.gif",
116 "filesystem:*.jpg", 117 "filesystem:*.jpg",
117 "filesystem:*.jpeg", 118 "filesystem:*.jpeg",
118 "filesystem:*.png", 119 "filesystem:*.png",
119 "filesystem:*.webp", 120 "filesystem:*.webp",
120 // Video formats 121 // Video formats
121 "filesystem:*.3gp", 122 "filesystem:*.3gp",
122 "filesystem:*.avi", 123 "filesystem:*.avi",
123 "filesystem:*.m4v", 124 "filesystem:*.m4v",
125 "filesystem:*.mkv",
124 "filesystem:*.mov", 126 "filesystem:*.mov",
125 "filesystem:*.mp4", 127 "filesystem:*.mp4",
126 "filesystem:*.mpeg", 128 "filesystem:*.mpeg",
127 "filesystem:*.mpeg4", 129 "filesystem:*.mpeg4",
128 "filesystem:*.mpg", 130 "filesystem:*.mpg",
129 "filesystem:*.mpg4", 131 "filesystem:*.mpg4",
130 "filesystem:*.ogm", 132 "filesystem:*.ogm",
131 "filesystem:*.ogv", 133 "filesystem:*.ogv",
132 "filesystem:*.ogx", 134 "filesystem:*.ogx",
133 "filesystem:*.webm" 135 "filesystem:*.webm"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "background": { 176 "background": {
175 "scripts": [ 177 "scripts": [
176 "js/file_copy_manager.js", 178 "js/file_copy_manager.js",
177 "js/path_util.js", 179 "js/path_util.js",
178 "js/util.js", 180 "js/util.js",
179 "js/background.js"] 181 "js/background.js"]
180 }, 182 },
181 "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' about:; img-src 'self' chrome://resour ces chrome://theme data: https://docs.google.com https://*.googleusercontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent.com; conn ect-src https://drive.google.com" 183 "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' about:; img-src 'self' chrome://resour ces chrome://theme data: https://docs.google.com https://*.googleusercontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent.com; conn ect-src https://drive.google.com"
182 } 184 }
183 } 185 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/manifest_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698