Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewer: add PWA images. #1554

Merged
merged 2 commits into from
Jan 28, 2017
Merged

Viewer: add PWA images. #1554

merged 2 commits into from
Jan 28, 2017

Conversation

XhmikosR
Copy link
Contributor

@XhmikosR XhmikosR commented Jan 27, 2017

Fixes #1506

@@ -0,0 +1,18 @@
{
Copy link
Contributor

@ebidel ebidel Jan 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you 2 space indent?

<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="images/manifest.json">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#304ffe">
Copy link
Contributor

@ebidel ebidel Jan 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My personal feeling is that we should't support anything that's not the web app manifest. Everything is legacy at this point and more stuff for us to maintain.

Curious on what others think.

@XhmikosR
Copy link
Contributor Author

@ebidel: done.

I also changed the previous favicon with a newly generated one so that colors are the same.

@XhmikosR XhmikosR changed the title Viewer: add favicons for all browsers. Viewer: add PWA images. Jan 28, 2017
@ebidel
Copy link
Contributor

ebidel commented Jan 28, 2017

Good stuff. Thanks.

@ebidel ebidel merged commit 6198a88 into GoogleChrome:master Jan 28, 2017
@XhmikosR XhmikosR deleted the viewer-favicons branch January 28, 2017 17:41
@XhmikosR
Copy link
Contributor Author

@ebidel: don't forget to update the gh-pages branch.

@ebidel ebidel mentioned this pull request Jan 28, 2017
@ebidel
Copy link
Contributor

ebidel commented Jan 28, 2017

It'll get pushed on the next release. Hopefully next week. cc @brendankenny

@XhmikosR
Copy link
Contributor Author

I see. I thought you updated the gh-pages branch when there were changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants