Skip to content

Commit

Permalink
clients(viewer): update manifest icons (#10002)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored and patrickhulce committed Nov 21, 2019
1 parent 83d9d9c commit ee3a9df
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file added lighthouse-viewer/app/images/lh_favicon_32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lighthouse-viewer/app/images/lh_favicon_76px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions lighthouse-viewer/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
"short_name": "Lighthouse",
"icons": [
{
"src": "images/android-chrome-192x192.png",
"sizes": "192x192",
"src": "images/lh_favicon_32px.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "images/android-chrome-512x512.png",
"src": "images/lh_favicon_76px.png",
"sizes": "76x76",
"type": "image/png"
},
{
"src": "images/lighthouse-logo_512px.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit ee3a9df

Please sign in to comment.