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

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

Issue 2839863002: Add Team Drive subtree to the directory list view. (Closed)
Patch Set: Remove some unncecesary code Created 3 years, 7 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/file_manager/foreground/js/ui/location_line.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 "accessibilityFeatures.read", 20 "accessibilityFeatures.read",
21 "app.window.fullscreen.overrideEsc", 21 "app.window.fullscreen.overrideEsc",
22 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj", 22 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj",
23 "chrome://extension-icon/", 23 "chrome://extension-icon/",
24 "chrome://resources/", 24 "chrome://resources/",
25 "chrome://theme/", 25 "chrome://theme/",
26 "commandLinePrivate",
26 "fileManagerPrivate", 27 "fileManagerPrivate",
27 { 28 {
28 "fileSystem": ["requestFileSystem", "write"] 29 "fileSystem": ["requestFileSystem", "write"]
29 }, 30 },
30 "fullscreen", 31 "fullscreen",
31 "mediaGalleries", 32 "mediaGalleries",
32 "metricsPrivate", 33 "metricsPrivate",
33 "storage", 34 "storage",
34 "webview" 35 "webview"
35 ], 36 ],
(...skipping 28 matching lines...) Expand all
64 "chrome://resources/js/cr/event_target.js", 65 "chrome://resources/js/cr/event_target.js",
65 "chrome://resources/js/cr/ui/array_data_model.js", 66 "chrome://resources/js/cr/ui/array_data_model.js",
66 "chrome://resources/js/load_time_data.js", 67 "chrome://resources/js/load_time_data.js",
67 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/backg round_common_scripts.js", 68 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/backg round_common_scripts.js",
68 "js/background_scripts.js" 69 "js/background_scripts.js"
69 ] 70 ]
70 }, 71 },
71 "content_security_policy": "default-src 'none'; script-src 'self' blob: file system: chrome://resources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' blob: filesystem: chrome://resources 'unsafe-inline'; img-src ' self' blob: filesystem: chrome://resources chrome://theme data: https://*.google usercontent.com chrome://extension-icon; media-src 'self' blob: filesystem:; obj ect-src 'self' blob: filesystem:; font-src chrome://resources;" 72 "content_security_policy": "default-src 'none'; script-src 'self' blob: file system: chrome://resources chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj; style-src 'self' blob: filesystem: chrome://resources 'unsafe-inline'; img-src ' self' blob: filesystem: chrome://resources chrome://theme data: https://*.google usercontent.com chrome://extension-icon; media-src 'self' blob: filesystem:; obj ect-src 'self' blob: filesystem:; font-src chrome://resources;"
72 } 73 }
73 } 74 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/location_line.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698