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

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

Issue 1174733005: Revert of Gallery: capture escape key in full screen by adding a permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « ui/file_manager/gallery/js/slide_mode.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://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 browser app", 7 "description": "Picture browser app",
8 "display_in_launcher": false, 8 "display_in_launcher": false,
9 "incognito" : "split", 9 "incognito" : "split",
10 "icons": { 10 "icons": {
11 "16": "images/icon16.png", 11 "16": "images/icon16.png",
12 "32": "images/icon32.png", 12 "32": "images/icon32.png",
13 "48": "images/icon48.png", 13 "48": "images/icon48.png",
14 "64": "images/icon64.png", 14 "64": "images/icon64.png",
15 "96": "images/icon96.png", 15 "96": "images/icon96.png",
16 "128": "images/icon128.png", 16 "128": "images/icon128.png",
17 "256": "images/icon256.png" 17 "256": "images/icon256.png"
18 }, 18 },
19 "permissions": [ 19 "permissions": [
20 "app.window.fullscreen.overrideEsc",
21 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj", 20 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj",
22 "chrome://extension-icon/", 21 "chrome://extension-icon/",
23 "chrome://resources/", 22 "chrome://resources/",
24 "chrome://theme/", 23 "chrome://theme/",
25 "fileManagerPrivate", 24 "fileManagerPrivate",
26 { 25 {
27 "fileSystem": ["requestFileSystem", "write"] 26 "fileSystem": ["requestFileSystem", "write"]
28 }, 27 },
29 "fullscreen", 28 "fullscreen",
30 "metricsPrivate", 29 "metricsPrivate",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/backg round_base.js", 69 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/backg round_base.js",
71 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/test_ util_base.js", 70 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/test_ util_base.js",
72 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/volum e_manager.js", 71 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/volum e_manager.js",
73 "js/test_util.js", 72 "js/test_util.js",
74 "js/background.js" 73 "js/background.js"
75 ] 74 ]
76 }, 75 },
77 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' c hrome://resources 'unsafe-inline'; img-src 'self' chrome://resources chrome://th eme data: https://*.googleusercontent.com chrome://extension-icon; media-src 'se lf'; object-src 'self';" 76 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' c hrome://resources 'unsafe-inline'; img-src 'self' chrome://resources chrome://th eme data: https://*.googleusercontent.com chrome://extension-icon; media-src 'se lf'; object-src 'self';"
78 } 77 }
79 } 78 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698