Move Khoj webmanifest, assets to new web app public directory

This commit is contained in:
Debanjum Singh Solanky
2024-08-10 15:53:08 +05:30
parent af1d4b9ba4
commit a7623e64fa
12 changed files with 54 additions and 54 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

View File

@@ -0,0 +1,51 @@
{
"name": "Khoj",
"short_name": "Khoj",
"display": "standalone",
"start_url": "/",
"description": "The open, personal AI for your digital brain. You can ask Khoj to draft a message, paint your imagination, find information on the internet and even answer questions from your documents.",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"icons": [
{
"src": "/static/assets/icons/khoj_lantern_128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/static/assets/icons/khoj_lantern_256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"screenshots": [
{
"src": "/static/assets/samples/phone-remember-plan-sample.png",
"sizes": "419x900",
"type": "image/png",
"form_factor": "narrow",
"label": "Remember and Plan"
},
{
"src": "/static/assets/samples/phone-browse-draw-sample.png",
"sizes": "419x900",
"type": "image/png",
"form_factor": "narrow",
"label": "Browse and Draw"
},
{
"src": "/static/assets/samples/desktop-remember-plan-sample.png",
"sizes": "1260x742",
"type": "image/png",
"form_factor": "wide",
"label": "Remember and Plan"
},
{
"src": "/static/assets/samples/desktop-browse-draw-sample.png",
"sizes": "1260x742",
"type": "image/png",
"form_factor": "wide",
"label": "Browse and Draw"
}
]
}