mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
17 lines
438 B
JSON
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": "/"
|
|
}
|