Skip to content

Commit 2012635

Browse files
anubhav7495addyosmani
authored andcommitted
Added mask icon for safari pinned tabs (#102)
1 parent 72f43be commit 2012635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1818
<meta name="apple-mobile-web-app-title" content="{{ name }}">
1919
<link rel="apple-touch-icon" href="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/apple-touch-icon-152x152.png">
20+
<link rel="mask-icon" href="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/safari-pinned-tab.svg" color="#4DBA87">
2021
<!-- Add to home screen for Windows -->
2122
<meta name="msapplication-TileImage" content="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/msapplication-icon-144x144.png">
2223
<meta name="msapplication-TileColor" content="#000000">

0 commit comments

Comments
 (0)