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

Unified Diff: chrome/browser/resources/chromeos/echo/manifest.json

Issue 10558009: [Chrome OS ECHO]: Add favicon and intent handler title. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/echo/manifest.json
diff --git a/chrome/browser/resources/chromeos/echo/manifest.json b/chrome/browser/resources/chromeos/echo/manifest.json
index 6d4f5312c719853f2f58fd532bec4972dee45f61..fc3c9895b6ffa7f5817a0b8bc05d99c4b78118bf 100644
--- a/chrome/browser/resources/chromeos/echo/manifest.json
+++ b/chrome/browser/resources/chromeos/echo/manifest.json
@@ -11,6 +11,9 @@
"echoPrivate",
"https://*/*"
],
+ "icons": {
+ "16": "chrome16.png"
+ },
"default_locale": "en",
"web_accessible_resources": [
"main.html",
@@ -20,7 +23,7 @@
"intents": {
"https://crosecho.com/startEcho": [{
"type" : ["application/vnd.chromeos.echo"],
- "title" : "",
+ "title" : "chrome",
"path" : "main.html",
"disposition" : "inline"
}]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698