Add start_url to khoj webmanifest to show Khoj as PWA on Chrome

This commit is contained in:
Debanjum Singh Solanky
2023-01-04 13:37:56 -03:00
parent 5ca60a2df7
commit feddb6ce62

View File

@@ -11,5 +11,6 @@
], ],
"theme_color": "#ffffff", "theme_color": "#ffffff",
"background_color": "#ffffff", "background_color": "#ffffff",
"display": "standalone" "display": "standalone",
"start_url": "/"
} }