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

Unified Diff: chrome/browser/resources/gallery/manifest.json

Issue 246983002: Move Gallery.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « chrome/browser/resources/gallery/js/test_util.js ('k') | ui/file_manager/file_manager_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gallery/manifest.json
diff --git a/chrome/browser/resources/gallery/manifest.json b/chrome/browser/resources/gallery/manifest.json
deleted file mode 100644
index 3dbeda222242048cee7949669ba6e9ff372d2eb7..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/gallery/manifest.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- // chrome-extension://jcgeabjmjgoblfofpppfkcoakmfobdko/
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw0/gRbJc545iEGRZs20Rl/HtrSUp8H3gJd4Y6hCe0CG1xQiJhZ5nc8qZyxa96gMxRAKBq54S6sjVVtV6uS70oU6FvrvwItByYkkqr4ZE7eMJKwMqnGItxWbh6KBodf89lpKoIy6MtYTqubBhXB/IQBZsXah90tXwRzaaJNWw+2BBRIhcPsH3ng+wgN7rwFxo4HIv9ZpqkYlx90rwkfjOmKPPnSXyXFIBJfmqfdbd8PLtcxzzOTE+vxwoXZuYWrthKm4uKfNqXIYns74sSJlqyKfctuR+nQdNh8uePv0e+/Ul3wER1/jIXULLjfyoaklyDs+ak3SDf+xWScJ+0LJ0AwIDAQAB",
- "manifest_version": 2,
- "name": "Gallery",
- "version": "2.0",
- "description": "Picture and video browser app.",
- "display_in_launcher": false,
- "incognito" : "split",
- "icons": {
- "16": "images/100/icon.png",
- "32": "images/200/icon.png"
- },
- "permissions": [
- "fileSystem",
- "fileBrowserPrivate",
- "fullscreen",
- "mediaPlayerPrivate",
- "storage",
- "chrome://theme/"
- ],
- "file_handlers": {
- "video": {
- "types": [
- "image/*"
- ],
- "extensions": [
- "bmp",
- "gif",
- "ico",
- "jpg",
- "jpeg",
- "png",
- "webp"
- ],
- // TODO(hirono): Rename and localize this.
- "title": "Open in new Gallery"
- }
- },
- "app": {
- "background": {
- "scripts": [
- "js/error_util.js",
- "js/test_util.js",
- "js/background.js"
- ]
- },
- "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' chrome://theme data:; media-src 'self'; object-src 'self'"
- }
-}
« no previous file with comments | « chrome/browser/resources/gallery/js/test_util.js ('k') | ui/file_manager/file_manager_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698