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

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

Issue 235653003: Gallery.app: Add empty place holders for new separated Gallery app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the contents of gallery_scripts.js 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') | chromeos/chromeos_switches.h » ('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/video_player/manifest.json b/chrome/browser/resources/gallery/manifest.json
similarity index 76%
copy from chrome/browser/resources/video_player/manifest.json
copy to chrome/browser/resources/gallery/manifest.json
index 5478a98b30ab65ed860acc13714b63221f414e70..3dbeda222242048cee7949669ba6e9ff372d2eb7 100644
--- a/chrome/browser/resources/video_player/manifest.json
+++ b/chrome/browser/resources/gallery/manifest.json
@@ -2,9 +2,9 @@
// chrome-extension://jcgeabjmjgoblfofpppfkcoakmfobdko/
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw0/gRbJc545iEGRZs20Rl/HtrSUp8H3gJd4Y6hCe0CG1xQiJhZ5nc8qZyxa96gMxRAKBq54S6sjVVtV6uS70oU6FvrvwItByYkkqr4ZE7eMJKwMqnGItxWbh6KBodf89lpKoIy6MtYTqubBhXB/IQBZsXah90tXwRzaaJNWw+2BBRIhcPsH3ng+wgN7rwFxo4HIv9ZpqkYlx90rwkfjOmKPPnSXyXFIBJfmqfdbd8PLtcxzzOTE+vxwoXZuYWrthKm4uKfNqXIYns74sSJlqyKfctuR+nQdNh8uePv0e+/Ul3wER1/jIXULLjfyoaklyDs+ak3SDf+xWScJ+0LJ0AwIDAQAB",
"manifest_version": 2,
- "name": "Video Player",
- "version": "1.0",
- "description": "Video Player",
+ "name": "Gallery",
+ "version": "2.0",
+ "description": "Picture and video browser app.",
"display_in_launcher": false,
"incognito" : "split",
"icons": {
@@ -22,26 +22,19 @@
"file_handlers": {
"video": {
"types": [
- "video/*"
+ "image/*"
],
"extensions": [
- "3gp",
- "avi",
- "m4v",
- "mkv",
- "mov",
- "mp4",
- "mpeg",
- "mpeg4",
- "mpg",
- "mpg4",
- "ogm",
- "ogv",
- "ogx",
- "webm"
+ "bmp",
+ "gif",
+ "ico",
+ "jpg",
+ "jpeg",
+ "png",
+ "webp"
],
- // TODO(yoshiki): localize this.
- "title": "Watch"
+ // TODO(hirono): Rename and localize this.
+ "title": "Open in new Gallery"
}
},
"app": {
« no previous file with comments | « chrome/browser/resources/gallery/js/test_util.js ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698