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

Side by Side Diff: ui/file_manager/gallery/manifest.json

Issue 577003005: Gallery.app: Does not open files not having an image exntension in their file name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | 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://nlkncpkkdoccmpiclbokaimcnedabhhm/ 2 // chrome-extension://nlkncpkkdoccmpiclbokaimcnedabhhm/
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1hFTC+sl9e4ufs6ccGhspbgnMQ b3GMikA/QwghFVp00WDwFu7no8xIOWJwY9lFQP+NrbSsze3JL9Wg6FmHC6xKIncwZJKwyDDd2g+9/gEZ Ln5Ar1piPyf+ELtuX+m0Pjp0l2+rVMz2UiP5OUvFqvmCZqJJQnTVjRut3IMjDP6npb5HyDTgqlPgNHWm sLAQZZKTyYfqswBFkvmwiSHTNJuxkh+i1hxo2m8RcBQsXWL8Mt9+WPl0uABIZc7UvLoZwNz1pAKWb5sv 0y4oBugpw4ZVIvCT/pxplLXF35GGBNWAkgimkpYu+SldoZQV8SZW1kUSIcrpYW80mA7KxfK5H8vwIDAQ AB", 3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1hFTC+sl9e4ufs6ccGhspbgnMQ b3GMikA/QwghFVp00WDwFu7no8xIOWJwY9lFQP+NrbSsze3JL9Wg6FmHC6xKIncwZJKwyDDd2g+9/gEZ Ln5Ar1piPyf+ELtuX+m0Pjp0l2+rVMz2UiP5OUvFqvmCZqJJQnTVjRut3IMjDP6npb5HyDTgqlPgNHWm sLAQZZKTyYfqswBFkvmwiSHTNJuxkh+i1hxo2m8RcBQsXWL8Mt9+WPl0uABIZc7UvLoZwNz1pAKWb5sv 0y4oBugpw4ZVIvCT/pxplLXF35GGBNWAkgimkpYu+SldoZQV8SZW1kUSIcrpYW80mA7KxfK5H8vwIDAQ AB",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "name": "Gallery", 5 "name": "Gallery",
6 "version": "2.0", 6 "version": "2.0",
7 "description": "Picture and video browser app.", 7 "description": "Picture and video browser app.",
8 "display_in_launcher": false, 8 "display_in_launcher": false,
9 "incognito" : "split", 9 "incognito" : "split",
10 "icons": { 10 "icons": {
(...skipping 13 matching lines...) Expand all
24 "fileBrowserHandler", 24 "fileBrowserHandler",
25 "fileManagerPrivate", 25 "fileManagerPrivate",
26 "fileSystem", 26 "fileSystem",
27 "fullscreen", 27 "fullscreen",
28 "metricsPrivate", 28 "metricsPrivate",
29 "storage", 29 "storage",
30 "webview" 30 "webview"
31 ], 31 ],
32 "file_handlers": { 32 "file_handlers": {
33 "open": { 33 "open": {
34 "types": [
35 "image/*"
36 ],
37 "extensions": [ 34 "extensions": [
38 "bmp", 35 "bmp",
39 "gif", 36 "gif",
40 "ico", 37 "ico",
41 "jpg", 38 "jpg",
42 "jpeg", 39 "jpeg",
43 "png", 40 "png",
44 "webp" 41 "webp"
45 ] 42 ]
46 } 43 }
(...skipping 11 matching lines...) Expand all
58 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/volume_ma nager_common.js", 55 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/volume_ma nager_common.js",
59 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/volum e_manager.js", 56 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/volum e_manager.js",
60 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/error_uti l.js", 57 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/error_uti l.js",
61 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/foreground/js/file_ type.js", 58 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/foreground/js/file_ type.js",
62 "js/background.js" 59 "js/background.js"
63 ] 60 ]
64 }, 61 },
65 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' ' unsafe-inline'; img-src 'self' chrome://resources chrome://theme data: https://* .googleusercontent.com chrome://extension-icon; media-src 'self'; object-src 'se lf';" 62 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' ' unsafe-inline'; img-src 'self' chrome://resources chrome://theme data: https://* .googleusercontent.com chrome://extension-icon; media-src 'self'; object-src 'se lf';"
66 } 63 }
67 } 64 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698