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

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

Issue 14344005: Round corners for Files.app's new ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/js/background.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": "images/icon16.png", 10 "16": "images/icon16.png",
11 "128": "images/icon128.png" 11 "128": "images/icon128.png"
12 }, 12 },
13 "permissions": [ 13 "permissions": [
14 "experimental",
14 "storage", 15 "storage",
15 "fileBrowserHandler", 16 "fileBrowserHandler",
16 "fileBrowserPrivate", 17 "fileBrowserPrivate",
17 "fullscreen", 18 "fullscreen",
18 "mediaPlayerPrivate", 19 "mediaPlayerPrivate",
19 "mediaGalleriesPrivate", 20 "mediaGalleriesPrivate",
20 "metricsPrivate", 21 "metricsPrivate",
21 "unlimitedStorage", 22 "unlimitedStorage",
22 // Comment out chrome:// permissions to debug on a desktop browser. 23 // Comment out chrome:// permissions to debug on a desktop browser.
23 "chrome://extension-icon/", 24 "chrome://extension-icon/",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "js/file_copy_manager.js", 194 "js/file_copy_manager.js",
194 "js/path_util.js", 195 "js/path_util.js",
195 "js/util.js", 196 "js/util.js",
196 "js/test_util.js", 197 "js/test_util.js",
197 "js/background.js"] 198 "js/background.js"]
198 }, 199 },
199 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension. 200 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension.
200 "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" 201 "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"
201 } 202 }
202 } 203 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698