merlyn/frontend/public/manifest.json

13 lines
214 B
JSON

{
"name": "AnythingLLM",
"short_name": "AnythingLLM",
"display": "standalone",
"orientation": "portrait",
"start_url": "/",
"icons": [
{
"src": "/favicon.png",
"sizes": "any"
}
]
}