Files
khoj/src/interface/web/khoj.webmanifest
2023-01-04 13:37:56 -03:00

17 lines
438 B
JSON

{
"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"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/"
}