Only show large Khoj favicon on web interface

- Do not want browsers to use the small, grainy favicons
- Firefox for Android does use the bigger icon, when it's the only one available
- Update svg to match the 144x144 ratio just for consistency
This commit is contained in:
Debanjum Singh Solanky
2022-08-04 14:07:06 +03:00
parent 1649fa644c
commit 61c26ba611
5 changed files with 2 additions and 13 deletions

View File

@@ -7,16 +7,6 @@
"src": "/static/assets/icons/favicon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/static/assets/icons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/static/assets/icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
],
"theme_color": "#ffffff",