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

Unified Diff: ui/file_manager/zip_archiver/unpacker/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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/zip_archiver/unpacker/manifest.json
diff --git a/ui/file_manager/zip_archiver/unpacker/manifest.json b/ui/file_manager/zip_archiver/unpacker/manifest.json
deleted file mode 100644
index b97e392b00ab734f38af6324b875646dfe709aec..0000000000000000000000000000000000000000
--- a/ui/file_manager/zip_archiver/unpacker/manifest.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "__MSG_name__",
- "version": "0.76",
- "manifest_version": 2,
- "minimum_chrome_version": "44.0.2400.0",
- "description": "__MSG_description__",
- "default_locale": "en",
- "display_in_launcher": false,
- "permissions": [
- "alwaysOnTopWindows",
- "fileSystemProvider",
- {"fileSystem": ["retainEntries", "write", "directory"]},
- "notifications",
- "storage"
- ],
- "file_system_provider_capabilities": {
- "multipleMounts": true,
- "source": "file"
- },
- "file_handlers": {
- "add": {
- "types":["application/zip"],
- "extensions": ["zip"],
- "verb": "add_to"
- },
- "pack": {
- "types": ["*"],
- "include_directories": true,
- "verb": "pack_with"
- }
- },
- "icons": {
- "16": "icons/icon16.png",
- "32": "icons/icon32.png",
- "64": "icons/icon64.png",
- "96": "icons/icon96.png",
- "128": "icons/icon128.png"
- },
- "app": {
- "background": {
- "scripts": [
- "js/unpacker.js",
- "js/app.js",
- "js/background.js",
- "js/compressor.js",
- "js/decompressor.js",
- "js/passphrase-manager.js",
- "js/request.js",
- "js/types.js",
- "js/volume.js"
- ]
- }
- }
-}
« no previous file with comments | « ui/file_manager/zip_archiver/unpacker/js/volume.js ('k') | ui/file_manager/zip_archiver/unpacker/third-party/polymer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698