Add icons for web interface to render on more browsers and as PWA

Safari, Firefox for Android etc don't support SVG Favicons yet
This commit is contained in:
Debanjum Singh Solanky
2022-08-03 17:26:23 +03:00
parent 5b6b7ec123
commit 71fcb1087f
6 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "Khoj",
"short_name": "Khoj",
"description": "A natural language search engine for your personal notes, transactions and photos",
"icons": [
{
"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",
"background_color": "#ffffff",
"display": "standalone"
}