diff options
author | Prateek Saxena <prtksxna@gmail.com> | 2016-04-24 12:41:17 +0530 |
---|---|---|
committer | Prateek Saxena <prtksxna@gmail.com> | 2016-04-24 12:41:17 +0530 |
commit | 3df5df9dc46d88efdc94e684a8af9c60d39250ee (patch) | |
tree | a9ebfbc8f74614333cffa84d677de4c0abefb914 /views/layout.php | |
parent | 34819e55efbb2c567e71e52d65da61c36e88ad75 (diff) |
Add 196px icon for Android Chrome
Firefox picks up the last defined icon PNG for the add to
homescreen feature - https://bugzilla.mozilla.org/751712
Diffstat (limited to 'views/layout.php')
-rw-r--r-- | views/layout.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/layout.php b/views/layout.php index da97687..bef6f3b 100644 --- a/views/layout.php +++ b/views/layout.php @@ -26,6 +26,7 @@ <link rel="apple-touch-icon" sizes="144x144" href="/images/quill-icon-144.png"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> + <link rel="icon" sizes="196x196" href="/images/quill-icon-196.png"> <script src="/js/jquery-1.7.1.min.js"></script> <script src="/js/script.js"></script> |