将图标/图标添加到浏览器地址栏

时间:2019-07-19 15:03:00

标签: google-chrome browser favicon

我最近发现Trello在Google Chrome浏览器的地址栏中有公司徽标 。浏览Google Web Fundamentals页,目前尚不清楚该怎么做。

enter image description here

我当前的浏览器自定义元标记:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000" />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#ffffff" />

任何指针或建议将不胜感激。预先谢谢你。

0 个答案:

没有答案