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

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

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. 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
OLDNEW
1 { 1 {
2 "name": "__MSG_name__", 2 "name": "__MSG_name__",
3 "version": "0.76", 3 "version": "0.76",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "minimum_chrome_version": "44.0.2400.0", 5 "minimum_chrome_version": "44.0.2400.0",
6 "description": "__MSG_description__", 6 "description": "__MSG_description__",
7 "default_locale": "en", 7 "default_locale": "en",
8 "display_in_launcher": false, 8 "display_in_launcher": false,
9 "permissions": [ 9 "permissions": [
10 "alwaysOnTopWindows", 10 "alwaysOnTopWindows",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "js/compressor.js", 45 "js/compressor.js",
46 "js/decompressor.js", 46 "js/decompressor.js",
47 "js/passphrase-manager.js", 47 "js/passphrase-manager.js",
48 "js/request.js", 48 "js/request.js",
49 "js/types.js", 49 "js/types.js",
50 "js/volume.js" 50 "js/volume.js"
51 ] 51 ]
52 } 52 }
53 } 53 }
54 } 54 }
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/js/volume.js ('k') | ui/file_manager/zip_archiver/third-party/polymer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698