add placeholder manifest.json when unknown or in development

This commit is contained in:
timothycarambat 2025-11-25 11:23:23 -08:00
parent 157e3e4b38
commit 6a72ac2240

View File

@ -0,0 +1,13 @@
{
"name": "AnythingLLM",
"short_name": "AnythingLLM",
"display": "standalone",
"orientation": "portrait",
"start_url": "/",
"icons": [
{
"src": "/favicon.png",
"sizes": "any"
}
]
}