Forum Discussion
PWA icon?
Hi RobWuijster
It will use default website icon, so for example in ASP.net project, you have option to set icon, it will use that icon.
If you see the top of this page you will see Microsoft logo and when you add it as App , it will use that icon.
Reza_Ameri-Archived
Hi, I'm not using ASP fot the PWA or sites. I just install the website as an app from the 'Manage Apps' functionality.
I added all social media images & icons functionality for the websites according to the rules of Apple, Google, FB and Twitter. On all these platforms it is working, as expected.
What I want to know is how to add an icon in the site code, so creating a PWA from a website is showing me the correct icon.
I looked at code from several websites that work, but cannot see anything out of the ordinary compared to my websites?
- survivor303Aug 06, 2020Brass ContributorIts called favicon, search for more 🙂
- RobWuijsterAug 06, 2020Iron Contributor
survivor303
Yes.. and No. 😉
After looking at the webmanifest file again, I forgot to add the 'shortcuts' section. Now it works as expected.
rob
- Reza_Ameri-ArchivedAug 07, 2020Bronze Contributor
RobWuijster in case you are facing this issue with other websites, you need to contact website owner and ask them to add icon on their websites.
- geoken2Dec 23, 2020Brass Contributor
There should definitely be a built in way to override this. It seems like a stretch to have to reach out to the owner of a website and have them add a favicon for what amounts to a change on the users end.
This is especially true when a site actually displays an icon correctly in the browser (since the browser is presumably looking at the link rel=icon tag).
- HotCakeXDec 23, 2020MVP
Hi,
a comment from Edge developer about this issue (which I personally had before)
Re: How to customize Start Menu tiles? - Microsoft Tech Community
more info about it:
Adaptive icon support in PWAs with maskable icons (web.dev)