Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1053258 - Change Search icon to Browser icon r=benfrancis
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon committed Aug 18, 2014
1 parent d0d773c commit 3cae1cc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions apps/search/index.html
Expand Up @@ -55,6 +55,12 @@
<script defer src="js/providers/suggestions.js"></script>
<script defer src="js/providers/webresults.js"></script>

<!-- Include the app icon in the application.zip -->
<link rel="resource" type="image/png" href="shared/resources/branding/browser_84.png"/>
<link rel="resource" type="image/png" href="shared/resources/branding/browser_126.png"/>
<link rel="resource" type="image/png" href="shared/resources/branding/browser_142.png"/>
<link rel="resource" type="image/png" href="shared/resources/branding/browser_189.png"/>
<link rel="resource" type="image/png" href="shared/resources/branding/browser_284.png"/>
</head>
<body>

Expand Down
20 changes: 10 additions & 10 deletions apps/search/manifest.webapp
@@ -1,17 +1,17 @@
{
"name": "Search",
"name": "Browser2",
"description": "Gaia System Web Browser",
"type": "certified",
"role": "search",
"description": "Search",
"launch_path": "/newtab.html",
"developer": {
"name": "The Gaia Team",
"url": "https://github.com/mozilla-b2g/gaia"
},
"locales": {
"en-US": {
"name": "Search",
"description": "Search"
"name": "Browser2",
"description": "Gaia System Web Browser"
}
},
"default_locale": "en-US",
Expand All @@ -27,7 +27,7 @@
"connections": {
"search": {
"handler_path": "index.html",
"description": "Proxies search to copied search app. Should be moved to the search app manifest if we split the app up.",
"description": "Notifies the search app on query change.",
"rules": {}
}
},
Expand All @@ -42,11 +42,11 @@
}
},
"icons": {
"84": "/style/icons/search_84.png",
"126": "/style/icons/search_126.png",
"142": "/style/icons/search_142.png",
"189": "/style/icons/search_189.png",
"284": "/style/icons/search_284.png"
"84": "/shared/resources/branding/browser_84.png",
"126": "/shared/resources/branding/browser_126.png",
"142": "/shared/resources/branding/browser_142.png",
"189": "/shared/resources/branding/browser_189.png",
"284": "/shared/resources/branding/browser_284.png"
},
"orientation": "default"
}
Binary file removed apps/search/style/icons/search_126.png
Binary file not shown.
Binary file removed apps/search/style/icons/search_142.png
Binary file not shown.
Binary file removed apps/search/style/icons/search_189.png
Binary file not shown.
Binary file removed apps/search/style/icons/search_284.png
Binary file not shown.
Binary file removed apps/search/style/icons/search_84.png
Binary file not shown.

0 comments on commit 3cae1cc

Please sign in to comment.