mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-11 20:54:50 +03:00
add placeholder manifest.json when unknown or in development
This commit is contained in:
13
frontend/public/manifest.json
Normal file
13
frontend/public/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "AnythingLLM",
|
||||
"short_name": "AnythingLLM",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"sizes": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user