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

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

Issue 2811183006: Revert of Build ZIP archiver in ui/file_manager. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/BUILD.gn ('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://oedeeodfidgoollimchfdnbmhcpnklnd 2 "name": "__MSG_name__",
3 "key": "MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCxGxJCOLUzHIYc812NFo BC1eV8PhOTuF6he3gSuqzxckUyrDLdl5++DAd1AkQkv6i8SSMWFvDKLg2b+zfCOwk6P7uu3tqNavXXy6 1Okaq5HKF3xhciNDl4zF6ZlegvE9AhJOTo2eCHVIMS0+YuK5hyno/+xMwN4byvsrOYXQnhcJeOHxkFb9 TfVUb3SOBgl4pBZ7+EIMNntEvzY7mxjBzOgnCjBePvwnoMRyAqljCJarz2WSbUOLP3yoCuH9vPKj+0D6 hF1woXmd6qBr0ln/7tHdbr1cYmkosfFuJO2y6d00FAJY/G5L6o8JAEBbWG5D0qELt+aBjkG0uos5gcR4 ZPAgMBAAECggEBAK3aIjFJU25J6MjQiRvvY5a4O56bnUIb8SDZgAP6pbwZ7R2R9hiaN6AqVMOiptvgHD ZAISYU/OerD4b3s0OCCkvYtlcxwh6iSZQ9BvIighFWrpZRqPHVjDktfQuNIS/dZiiy+9Yr0oFmD4jS45 idCPgy+K0h6CEUX9GlPTEq24ElECDwQHVyB9LHdenleCdvldIEDxf6/D+zkc/PmCPlZPfwdppK6wgH2G vgqbxV+OoSnNp0XhNinjCN37P5yAo4xEi0UGOxOwkNGkJn0V5bYjH6/JHzmdVH74D40N4/Fcy0bC79oF GeiP0ZzW8AAArfIxbxStodWlBOCsTVtvi4RMECgYEA2pyZRThGx4OH8uXCC94LkdpVjKvLvbUlIVd2zk 3UEFpWujgmAI+erkAaE1JSlcJpFNSlfonTX1vQuMgTOfnK7soy4677P1CMQH++GxjMWRIAQsMyx7vLtK OISr5/vQQKAyuFmxzt9xbMOmPzqWxwkuuiF74GtPgE5VXslhvsoyECgYEAz2U7L6YS4u2aMRK4DMDxcf /hZ3BxwHmUl5euknRNcaFJSdv6392y8w3t9Lz7sp8CK56GADXL1bmLrDgg2tlL82f60rtPd6IOoJk10u MmCnyjbZh7aJzuw1CTSs+dwi6qpGUB4YbJn8R2AN79SHxUb4dwVOh4lHeNa415Wka+a28CgYA3Vf5iDB 22cO/fpxLYSCtrjvWqtu3KpmiwqOAU1pSAUy2y03WjHLeQ6f7vtx3adKx+rlj5z89mSuppa5OaUEVy7l G1WlyUqUHnLa6kU0GepjTUsW5QKpQktGRSbygMY1JZfRHDsq31ppqpiRVrZFyWg/iyw9IUytcKahaJ5K WgoQKBgFbgY/ugyNaQi3+1BK4rALktZAGNo8jp5SnfWzx0RaCs3GN5J80xNG4GTsCvjYwUebdF74IVBu 7fi7e3x2OFlQBAdVxjJHXLx+7UXyyZBG1uKpOVRVTcMFRW42x6Le6S196HhVMwwDMR/BB/WIBNvJz/kj mvLBudPPtpxwTfD5M3AoGBALrrXX4QwqBiq4q09SPKoeOwlV35QETUhQaAKKag9aSrNMONcf77TXUBZ0 d9Z+tabHLTGGa6E7q2BL82NdZSZvVeVWA+KaE4ezW2t5KyZqg14Cc0uY9Xys9VkFcVgMqsvtkUzDvAVJ cmNAgcrMIEiapUR6LPrneLLXH1ikOt+hM8",
4 // TODO(takise): translation
5 "name": "ZIP archiver",
6 "version": "0.76", 3 "version": "0.76",
7 "manifest_version": 2, 4 "manifest_version": 2,
8 "minimum_chrome_version": "44.0.2400.0", 5 "minimum_chrome_version": "44.0.2400.0",
9 // TODO(takise): translation 6 "description": "__MSG_description__",
10 "description": "ZIP archiver",
11 "default_locale": "en", 7 "default_locale": "en",
12 "display_in_launcher": false, 8 "display_in_launcher": false,
13 "permissions": [ 9 "permissions": [
14 "alwaysOnTopWindows", 10 "alwaysOnTopWindows",
15 "fileSystemProvider", 11 "fileSystemProvider",
16 {"fileSystem": ["retainEntries", "write", "directory"]}, 12 {"fileSystem": ["retainEntries", "write", "directory"]},
17 "notifications", 13 "notifications",
18 "storage" 14 "storage"
19 ], 15 ],
20 "file_system_provider_capabilities": { 16 "file_system_provider_capabilities": {
21 "multipleMounts": true, 17 "multipleMounts": true,
22 "source": "file" 18 "source": "file"
23 }, 19 },
24 "file_handlers": { 20 "file_handlers": {
25 "open": { 21 "add": {
26 "types":["application/zip"], 22 "types":["application/zip"],
27 "extensions": ["zip"], 23 "extensions": ["zip"],
28 "verb": "open_with" 24 "verb": "add_to"
25 },
26 "pack": {
27 "types": ["*"],
28 "include_directories": true,
29 "verb": "pack_with"
29 } 30 }
30 // "pack": {
31 // "types": ["*"],
32 // "include_directories": true,
33 // "verb": "pack_with"
34 // }
35 }, 31 },
36 "icons": { 32 "icons": {
37 "16": "icons/icon16.png", 33 "16": "icons/icon16.png",
38 "32": "icons/icon32.png", 34 "32": "icons/icon32.png",
39 "64": "icons/icon64.png", 35 "64": "icons/icon64.png",
40 "96": "icons/icon96.png", 36 "96": "icons/icon96.png",
41 "128": "icons/icon128.png" 37 "128": "icons/icon128.png"
42 }, 38 },
43 "app": { 39 "app": {
44 "background": { 40 "background": {
45 "scripts": [ 41 "scripts": [
46 "js/unpacker.js", 42 "js/unpacker.js",
47 "js/app.js", 43 "js/app.js",
48 "js/background.js", 44 "js/background.js",
49 "js/compressor.js", 45 "js/compressor.js",
50 "js/decompressor.js", 46 "js/decompressor.js",
51 "js/passphrase-manager.js", 47 "js/passphrase-manager.js",
52 "js/request.js", 48 "js/request.js",
53 "js/types.js", 49 "js/types.js",
54 "js/volume.js" 50 "js/volume.js"
55 ] 51 ]
56 } 52 }
57 } 53 }
58 } 54 }
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698